Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generating images error #16

Open
anudeekshith opened this issue May 26, 2020 · 0 comments
Open

generating images error #16

anudeekshith opened this issue May 26, 2020 · 0 comments

Comments

@anudeekshith
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant