-
Notifications
You must be signed in to change notification settings - Fork 22
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
TypeError: unhashable type: 'numpy.ndarray' #4
Comments
Hi @Mayur28, Unfortunately I do not have access to a windows machine right now but I just tried on linux with python 3.8.5 and pytorch 1.9 and it works correctly. I suggest asking to the pytorch windows community and please let me know if you solve it! |
Hi @Mayur28, I have the same problem as you(on windows),and I try to use other repo as PyVGGFace and convert_torch_to_pytorch. If you solve the problem now, please let me know. Thanks. |
Hi @DeathSprout, I was able to resolve the issue, although, considering that this happened a while back, I cannot remember what did I do to resolve the issue. As soon as I have a few spare moments, I will look into it again and let you know what did I do to resolve the issue. Apologies. |
Hi @Mayur28 , thanks , I used this vgg-face.pytorch in the Ubuntu subsystem as prLz77 said , it works well. Thanks for your answer. |
I alse meet this problem, but when I use it in Ubuntu it works fine. |
@Mayur28 let us know if you remember how to fix it! |
Hi,
I tried following the instructions in the README but unfortunately, I am continuously encountering the following error when trying to load the model (I am on Windows):
Any assistance would be highly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: