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
I installed the project using the environment.yml provided by you. However I am getting the following error when running the test script:
File "/home/projects/4d-occ-forecasting/model.py", line 242, in forward input_occupancy = dvr.init(input_points, input_tindex, self.input_grid) RuntimeError: numel needs to be smaller than int32_t max; otherwise, please use packed_accessor64
Any suggestions on how to resolve it?
The text was updated successfully, but these errors were encountered:
Hello, Thank you for your great contribution.
I installed the project using the environment.yml provided by you. However I am getting the following error when running the test script:
File "/home/projects/4d-occ-forecasting/model.py", line 242, in forward input_occupancy = dvr.init(input_points, input_tindex, self.input_grid) RuntimeError: numel needs to be smaller than int32_t max; otherwise, please use packed_accessor64
Any suggestions on how to resolve it?
The text was updated successfully, but these errors were encountered: