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 "demo/demo.py", line 175, in <module> t_file = torchfile.load(cap_path) File "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/torchfile.py", line 424, in load return reader.read_obj() File "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/torchfile.py", line 414, in read_obj "unknown object type / typeidx: {}".format(typeidx)) torchfile.T7ReaderException: unknown object type / typeidx: 1936287828 (tensorflow_p27) [ec2-user@ip-172-31-23-73 StackGAN]$
Hi, I had to convert the example_captions.txt file to '.t7' format, however, now that (I think they are in this format, but not sure since I changed it using 'mv' command) this is the error I am getting. Anyone had similar issues?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "demo/demo.py", line 175, in <module> t_file = torchfile.load(cap_path) File "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/torchfile.py", line 424, in load return reader.read_obj() File "/home/ec2-user/anaconda3/envs/tensorflow_p27/lib/python2.7/site-packages/torchfile.py", line 414, in read_obj "unknown object type / typeidx: {}".format(typeidx)) torchfile.T7ReaderException: unknown object type / typeidx: 1936287828 (tensorflow_p27) [ec2-user@ip-172-31-23-73 StackGAN]$
Hi, I had to convert the example_captions.txt file to '.t7' format, however, now that (I think they are in this format, but not sure since I changed it using 'mv' command) this is the error I am getting. Anyone had similar issues?
The text was updated successfully, but these errors were encountered: