-
Notifications
You must be signed in to change notification settings - Fork 6
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
FileNotFoundError: [Errno 2] No such file or directory: 'outputs/models/non_adapted_cnn.pt' #1
Comments
Hi, As the error says, the code cannot find the file I now see that the file is Please confirm that you have the file called I will fix that in the code in the following days. Let me know if it worked for you. |
Hi, Actually I tried with label_classifier.pt and non_adapted_cnn.pt at the directory outputs/models. Could you please let me know the issue? Thank you. |
Hi, I see! Thank you for reporting that. I will fix it and do a commit. The problem that you see is caused because I changed the code from the original one that provided the classifier (from the repository of our previous paper). Now PyTorch cannot find the same names for class members, and this is the error message. Thank you for reporting it! I thought that I had fix it before publishing this repo... it seems that I was wrong :) Sorry! |
Hi, Thank you for the response. |
Hi,
I tried to reproduce the results according to the steps mentioned and I am getting this error. Could you please suggest if there is anything missing?
Thank you.
The text was updated successfully, but these errors were encountered: