ryankiros / skip-thoughts

Sent2Vec encoder and training code from the paper "Skip-Thought Vectors"
2.05k stars 543 forks source link

EOF Error when loading tables #68

Open nd-z opened 7 years ago

nd-z commented 7 years ago

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
echelon-debug commented 6 years ago

I'm encountering this same issue. Did you find a solution?

RohanBolusani commented 4 years ago

I'm encountering this same issue. Did you find a solution?

hey any solution??