Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with loading weights #1

Open
ishaanmht opened this issue Aug 14, 2024 · 1 comment
Open

Issues with loading weights #1

ishaanmht opened this issue Aug 14, 2024 · 1 comment

Comments

@ishaanmht
Copy link

ishaanmht commented Aug 14, 2024

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:

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'
@chienerh
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants