Closed lcc815 closed 1 month ago
Hi @lcc815, thanks for reporting this. I haven't encountered this bug before. Could you run some other Waymo scenes to see if this issue exists there as well? This will help me determine whether it's a data-specific problem or a code issue. I appreciate your help!
Running following codes can reproduce this error:
import torch
a = torch.randn(3,4,5,1,1)
a.squeeze(3, 4)
So I guess this is a torch-version-not-match issue.
I changed the line mentioned above as w = w.squeeze(3).squeeze(3).permute(0, 2, 1)
and solved this issue.
thanks for your work. My issue is:
I run
python tools/train.py --config_file configs/omnire.yaml --output_root output --project omnire --run_name first_exp dataset=waymo/3cams data.scene_idx=114 data.start_timestep=0 data.end_timestep=-1
but I got