StoryGAN
StoryGAN copied to clipboard
Using python 3.7.4 after modified np.load(image_path +'CLEVR_dict.npy' , allow_pickle=True, encoding='bytes').item()
Traceback (most recent call last): File "main_clevr.py", line 99, in
The current .npy is saved by python2. There should be some compatibility issue. The easiest solution may be using python 2 to open and see the data structure. Then generate a new .npy file from python 3.
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date.