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

Run navigate.py but get error: ModuleNotFoundError: No module named 'vint_train' #27

Open
ZhillerDev opened this issue Dec 23, 2024 · 0 comments

Comments

@ZhillerDev
Copy link

ZhillerDev commented Dec 23, 2024

hello @robodhruv , when i run navigate.py with the latest pre_train gnm weight, i got the following error
i try to fix it but nothing works

thank you so much!!!

Loading model from /home/zhiller/workstation/gnm_release/deployment/model_weights/gnm.pth
Traceback (most recent call last):
File "navigate.py", line 205, in
main(args)
File "navigate.py", line 89, in main
model = load_model(
File "/home/zhiller/workstation/gnm_release/deployment/src/utils.py", line 31, in load_model
checkpoint = torch.load(model_path, map_location=device,weights_only=False)
File "/home/zhiller/miniconda3/envs/gnm_deployment/lib/python3.8/site-packages/torch/serialization.py", line 1097, in load
return _load(
File "/home/zhiller/miniconda3/envs/gnm_deployment/lib/python3.8/site-packages/torch/serialization.py", line 1525, in _load
result = unpickler.load()
File "/home/zhiller/miniconda3/envs/gnm_deployment/lib/python3.8/site-packages/torch/serialization.py", line 1515, in find_class
return super().find_class(mod_name, name)
ModuleNotFoundError: No module named 'vint_train'

@ZhillerDev ZhillerDev changed the title Weight file connection lost No module named 'vint_train' Dec 23, 2024
@ZhillerDev ZhillerDev changed the title No module named 'vint_train' ModuleNotFoundError: No module named 'vint_train' Dec 23, 2024
@ZhillerDev ZhillerDev changed the title ModuleNotFoundError: No module named 'vint_train' Run navigate.py but get error: ModuleNotFoundError: No module named 'vint_train' Dec 23, 2024
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

1 participant