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
Traceback (most recent call last):
File "encode_text.py", line 32, in
main()
File "encode_text.py", line 16, in main
model = skipthoughts.load_model()
File "/home/anu/Downloads/TAC-GAN-master/skipthoughts.py", line 60, in load_model
utable, btable = load_tables()
File "/home/anu/Downloads/TAC-GAN-master/skipthoughts.py", line 80, in load_tables
utable = numpy.load(path_to_tables + 'utable.npy', encoding='bytes')
File "/home/anu/.local/lib/python3.6/site-packages/numpy/lib/npyio.py", line 453, in load
pickle_kwargs=pickle_kwargs)
File "/home/anu/.local/lib/python3.6/site-packages/numpy/lib/format.py", line 739, in read_array
raise ValueError("Object arrays cannot be loaded when "
ValueError: Object arrays cannot be loaded when allow_pickle=False
can any one please solve this problem
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "encode_text.py", line 32, in
main()
File "encode_text.py", line 16, in main
model = skipthoughts.load_model()
File "/home/anu/Downloads/TAC-GAN-master/skipthoughts.py", line 60, in load_model
utable, btable = load_tables()
File "/home/anu/Downloads/TAC-GAN-master/skipthoughts.py", line 80, in load_tables
utable = numpy.load(path_to_tables + 'utable.npy', encoding='bytes')
File "/home/anu/.local/lib/python3.6/site-packages/numpy/lib/npyio.py", line 453, in load
pickle_kwargs=pickle_kwargs)
File "/home/anu/.local/lib/python3.6/site-packages/numpy/lib/format.py", line 739, in read_array
raise ValueError("Object arrays cannot be loaded when "
ValueError: Object arrays cannot be loaded when allow_pickle=False
can any one please solve this problem
The text was updated successfully, but these errors were encountered: