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
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'
The text was updated successfully, but these errors were encountered:
ZhillerDev
changed the title
Weight file connection lost
No module named 'vint_train'
Dec 23, 2024
ZhillerDev
changed the title
No module named 'vint_train'
ModuleNotFoundError: No module named 'vint_train'
Dec 23, 2024
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
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'
The text was updated successfully, but these errors were encountered: