ajbrock / Neural-Photo-Editor

A simple interface for editing natural photos with generative neural networks.
MIT License
2.08k stars 197 forks source link

IOError: Failed to interpret file 'IAN_simple.npz' as a pickle #15

Closed Elijas closed 6 years ago

Elijas commented 6 years ago

Traceback (most recent call last): File ".\NPE.py", line 18, in model = IAN(config_path = 'IAN_simple.py', dnn = False) File "C:\Users\user\Desktop\Neural-Photo-Editor-master\API.py", line 30, in init GANcheckpoints.load_weights(self.weights_fname,params) File "C:\Users\user\Desktop\Neural-Photo-Editor-master\GANcheckpoints.py", line 39, in load_weights param_dict = np.load(fname) File "C:\Python27\lib\site-packages\numpy\lib\npyio.py", line 429, in load "Failed to interpret file %s as a pickle" % repr(file)) IOError: Failed to interpret file 'IAN_simple.npz' as a pickle

Any ideas?

ajbrock commented 6 years ago

This is an error relating to my naive usage of GIT-LFS. Download the file from this Drive mirror