ryankiros / skip-thoughts

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

No module named 'nbsvm' #83

Open SharhadBashar opened 6 years ago

SharhadBashar commented 6 years ago

Traceback (most recent call last): File "/Users/Sharhad/skip_thoughts/tensorflow-models/skip_thoughts/bazel-bin/skip_thoughts/evaluate.runfiles/main/skip_thoughts/evaluate.py", line 37, in from skipthoughts import eval_classification File "/Users/Sharhad/skip_thoughts/skipthoughts_kiros/skipthoughts/eval_classification.py", line 5, in import nbsvm ModuleNotFoundError: No module named 'nbsvm'

Any ideas how to fix this?

Harshini-Gadige commented 6 years ago

@SharhadBashar Hi, you have to install NBSVM as shown below.

pip install NBSVM==1.0