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 would like to congratulate authors for such an amazing work. I was trying to run your demo code but I have been facing some issues with using the pretrained weights that you have provided. Would you have any suggestions:
main()
File "demo.py", line 60, in main
state_dict = torch.load(args.weights)
File "/home/glenn/anaconda3/envs/se3et/lib/python3.8/site-packages/torch/serialization.py", line 592, in load
return _load(opened_zipfile, map_location, pickle_module, **pickle_load_args)
File "/home/glenn/anaconda3/envs/se3et/lib/python3.8/site-packages/torch/serialization.py", line 851, in _load
result = unpickler.load()
ModuleNotFoundError: No module named 'torch._tensor'
The text was updated successfully, but these errors were encountered:
Hi Ishaan,
Thank you for your interest in the work. Could you provide more information on how you run the code?
For example, which experiment folder are you running, and which pre-trained weight are you loading?
I'll try to repeat the steps to see if it is a PyTorch version issue. Thank you!
Hello,
I would like to congratulate authors for such an amazing work. I was trying to run your demo code but I have been facing some issues with using the pretrained weights that you have provided. Would you have any suggestions:
The text was updated successfully, but these errors were encountered: