Closed cayaluke closed 3 years ago
Hi @cayaluke!
First, how are you using octis? You've cloned the repository or installed the library? Can you confirm which version of gensim is in use by your environment?
This seems to be related to a mismatch in the gensim version. The package needs gensim>=4.0.0, which supports the no_header
argument as stated here. However, previous versions might not support this. I gave a glance at gensim's 3.8.3 docs, and this isn't supported there.
Hello @lffloyd, thank you for your response.
I have since upgraded gensim to 4.1.2 and she worked perfectly!
@lffloyd and @silviatti thank you again for your hard work.
Best Luke
Description
Hi @lffloyd and @silviatti
I tried to run the ETM with pre-trained embeddings after the recent upgrade, and it returned this error.
TypeError: load_word2vec_format() got an unexpected keyword argument 'no_header'.
Please advise if I made an error on my end.
My commands and traceback are provided below.
Thank you so much! Luke
What I Did