-
Notifications
You must be signed in to change notification settings - Fork 427
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
model.load error #213
Comments
Same issue here. |
@Beniko95J download the model from here (https://drive.usercontent.google.com/download?id=1rp8kdyLPvErw2dTmqtjISRVvQLj6Yzje&export=download) and put the model in data folder |
I had the same issue today and your model worked @zardamhussain, thank you very much! |
@ldoppertin can we connect on meet i'm having some trouble with dependencies |
@zardamhussain I only got it to work with the exact dependencies as descriped in the first answer of this issue: #124 |
@ldoppertin do u get the mtl file not found warning |
when i run the demo this error pops up
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
File "/usr/local/lib/python3.7/site-packages/torch/serialization.py", line 755, in _legacy_load
magic_number = pickle_module.load(f, **pickle_load_args)
_pickle.UnpicklingError: invalid load key, '<'.
The text was updated successfully, but these errors were encountered: