-
Notifications
You must be signed in to change notification settings - Fork 816
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
ERROR: Could not load model from models #126
Comments
Just remark. I have same problem on Raspberry 3. If i run |
Are you able to locate the files that the script downloaded? |
Also, you need to make sure you are in the main directory when you run the download script. If you run it from the models/ directory, it will place the downloaded models in models/models/instance_norm and models/models/eccv16 and they will not be found. |
The default script does not download the right files anymore, because of #143 |
just to note, this happened to me as well. Thanks @avaranovich! |
so which script i need to run now? |
Even though with " chmod +x", bash again, still throw:
ERROR: Could not load model from models/instance_norm/la_muse.t7
You may need to download the pre-trained models by running
bash models/download_style_transfer_models.sh
The text was updated successfully, but these errors were encountered: