skip-thoughts icon indicating copy to clipboard operation
skip-thoughts copied to clipboard

EOF Error when loading tables

Open nd-z opened this issue 6 years ago • 2 comments

When trying to load the model using skipthoughts.load_model(), I encountered the following error and I am unsure as to how to resolve it.

Loading model parameters...
Compiling encoders...
Loading tables...
Traceback (most recent call last):
line 80, in load_tables
    btable = numpy.load(path_to_tables + 'btable.npy')
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/npyio.py", line 419, in load
    pickle_kwargs=pickle_kwargs)
  File "/usr/local/lib/python2.7/site-packages/numpy/lib/format.py", line 640, in read_array
    array = pickle.load(fp, **pickle_kwargs)
EOFError

nd-z avatar Aug 02 '17 01:08 nd-z