Andrea Rosasco
Andrea Rosasco
Hello, I think it would be nice if, in the configuration section, nested dictionaries logged with task.connect would be displayed with collapsable sections. Wandb already has a similar feature and...
### 1. Experience reference It might be useful, from inside the `before_training()` (and `before_eval()`) method of `StrategyPlugin` to have access to the current scenario. This would allow to do variable...
After trying to execute a task from the queue the agent fails while executing: ``` Installing collected packages: numpy Successfully installed numpy-1.21.2 Found PyTorch version torch==1.12.0 matching CUDA version 102...
I was getting completely inconsistent results and couldn't figure out why. It turns out I had to call `contiguous()` on the point clouds before measuring the results with `ChamferFunction`. It...
Hello, I'm trying to compare my results with yours but I'm not totally sure I get what you mean with "Maximal Edge Length" when you talk about defining the unit...
I don't know how many others encountered the same issue but it took me a while to get correct predictions from the model. Anyway, I'm living this here hoping it...
Hello, I'm trying to run your code but the execution fails at `from embedding import cloud_embedding`. Is that a library that I'm supposed to install or a file that wasn't...
Hello, thanks for the amazing work! It would be great if you could share the trained checkpoint of the model. Could you provide a google drive link or something like...
Hi, I'm trying to start the server running ```python JINA_LOG_LEVEL=DEBUG python -m clip_server tensorrt-flow.yml ``` and I'm getting the following output ``` ⠋ Waiting clip_r... ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 0:05:00 DEBUG gateway/rep-0@26...
Hello, I was wondering how exactly is EMD measured on point clouds. When it's computed on probability distributions a transport plan is the weighted sum of the distances between two...