You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bash tools/frido/eval_sg2i_coco.sh
RuntimeError: Caught RuntimeError in DataLoader worker process 0.
Original Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/torch/utils/data/_utils/worker.py", line 302, in _worker_loop
data = fetcher.fetch(index)
File "/usr/local/lib/python3.8/dist-packages/torch/utils/data/_utils/fetch.py", line 61, in fetch
return self.collate_fn(data)
File "/usr/local/lib/python3.8/dist-packages/torch/utils/data/_utils/collate.py", line 265, in default_collate
return collate(batch, collate_fn_map=default_collate_fn_map)
File "/usr/local/lib/python3.8/dist-packages/torch/utils/data/_utils/collate.py", line 128, in collate
return elem_type({key: collate([d[key] fordin batch], collate_fn_map=collate_fn_map) forkeyin elem})
File "/usr/local/lib/python3.8/dist-packages/torch/utils/data/_utils/collate.py", line 128, in<dictcomp>return elem_type({key: collate([d[key] fordin batch], collate_fn_map=collate_fn_map) forkeyin elem})
File "/usr/local/lib/python3.8/dist-packages/torch/utils/data/_utils/collate.py", line 139, in collate
raise RuntimeError('each element in list of batch should be of equal size')
RuntimeError: each element in list of batch should be of equal size
Is there any way to resolve this?
The text was updated successfully, but these errors were encountered:
Thanks for the great code.
I actually got an error when I tried Sg2Iw
Is there any way to resolve this?
The text was updated successfully, but these errors were encountered: