openai / glow

Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
https://arxiv.org/abs/1807.03039
MIT License
3.11k stars 515 forks source link

the error of get_manipulators.py #68

Open EricGzq opened 5 years ago

EricGzq commented 5 years ago

there is a error of "Failed to interpret file %s as a pickle" % repr(file)) OSError: Failed to interpret file 'x.npy' as a pickle

What is the method you use to save the .npy file? Because I can't open it normally.

paulchou0309 commented 5 years ago

me too . now you solve it? how to do? @EricGzq