florex / preprocessing

4 stars 7 forks source link

File data/vectors.kv.vectors.np is not interpreted as pickle #3

Open scaladad opened 3 years ago

scaladad commented 3 years ago

Hi @florex ! Thanks for the project. I tryed to deploy it. And at the processing stage I got the error with file weights. OSError: Failed to interpret file 'data/vectors.kv.vectors.npy' as a pickle I tryed to read it seperately , but I got the same erorr. It looks file is damaged in repo.

#import file
df  = np.load('vectors.kv.vectors.npy', allow_pickle=True)

is it ? Could you advice something?