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
hi!
I got an error when I tried to run sh scripts/test_flowers.sh
Traceback (most recent call last):
File "test.py", line 42, in
word_embedding = fasttext.load_model(args.fasttext_model)
File "/home/zhaoliuqing/anaconda3/lib/python3.7/site-packages/fasttext/FastText.py", line 363, in load_model
return _FastText(model_path=path)
File "/home/zhaoliuqing/anaconda3/lib/python3.7/site-packages/fasttext/FastText.py", line 43, in init
self.f.loadModel(model_path)
ValueError: /home/zhaoliuqing/tagan-master/Volumes/ssd/fastText/wiki.en/wiki.en.bin cannot be opened for loading!
How can I solve it? thanks!
The text was updated successfully, but these errors were encountered:
hi!
I got an error when I tried to run sh scripts/test_flowers.sh
Traceback (most recent call last):
File "test.py", line 42, in
word_embedding = fasttext.load_model(args.fasttext_model)
File "/home/zhaoliuqing/anaconda3/lib/python3.7/site-packages/fasttext/FastText.py", line 363, in load_model
return _FastText(model_path=path)
File "/home/zhaoliuqing/anaconda3/lib/python3.7/site-packages/fasttext/FastText.py", line 43, in init
self.f.loadModel(model_path)
ValueError: /home/zhaoliuqing/tagan-master/Volumes/ssd/fastText/wiki.en/wiki.en.bin cannot be opened for loading!
How can I solve it? thanks!
The text was updated successfully, but these errors were encountered: