Andrea Rosasco
Andrea Rosasco
Hello, I'm looking at the content of `5k.json` and `trainvalno5k.json` and I found the following issues: 1. Given the original `trainval2014`, the number of missing images is 6023: 5321 originally...
Is it possible to have the opposite behaviour of onnx-simplifier? I have a `torch.nn.functional.grid_sample` operation that I can export to onnx using `opset=16` as a `GridSample` node. The problem is...
Hey, this is actually awesome! Did you abandon it or are you planning to update it? Edit: I've seen it was for a survey so I guess it won't be...
Some of the files in branch v1.4.1 already have the `import Iterable` modified to be compatible with `python 3.10` but this one does not. Updating it. @otokatli
Hello, I tested the code in the **Basic Usage** section of the README.md and `result = model.forward(video, instructions)` results in the following error. ``` Traceback (most recent call last): File...
The deleted try-catch block was preventing any error to be reported. I don't know if there is any particular reason why that should stay but, if it is needed, I...
Without the parser argument added in this pull request--distributed can't be passed to the scripts. This causes commands such as ``` python src/eval_retrieval.py \ --openai-pretrained \ --resume /path/to/checkpoints \ --eval-mode...
The following code iterates a tfds dataset ```python from pathlib import Path import tensorflow_datasets as tfds def main(): builder = tfds.builder('dataset_name', data_dir=Path('[dataset_path]'), version='1.0.0') dataset = builder.as_dataset()['train'] for i, traj in...
# 1. Graphical issue inside a terminal pane (eg. something does not look as it should) Hello, I'm not doing all the steps as I don't know how to recreate...
### Robot Name 🤖 ergoCub 1.1 S/N:002 ### Request/Failure description The ergocub head monitor does not show anything ### Detailed context The ergoCub head monitor does not show anything as...