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
I'm trying to run the generate.py file but I get this error in lpips_tf.py.
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\tayya\.lpips\net-lin_alex_v0.1.pb'
This file seems to be necessary for the script but does not exist on my machine even after all successful imports.
I'm using Windows 10, python version 3.6.5 with Anaconda.
The ".lpips" directory exists at the given path but it is empty. I don't have any other *.pb files on my system either, so it's not like the path is wrong.
The text was updated successfully, but these errors were encountered:
I'm trying to run the generate.py file but I get this error in lpips_tf.py.
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\tayya\.lpips\net-lin_alex_v0.1.pb'
This file seems to be necessary for the script but does not exist on my machine even after all successful imports.
I'm using Windows 10, python version 3.6.5 with Anaconda.
The ".lpips" directory exists at the given path but it is empty. I don't have any other *.pb files on my system either, so it's not like the path is wrong.
The text was updated successfully, but these errors were encountered: