WeSTClass
WeSTClass copied to clipboard
TypeError: argument of type 'Word2Vec' is not iterable
running command: python main.py --dataset yelp --sup_source docs --model cnn
i'm getting this error: ### Input preparation ###
Loading existing Word2Vec model ./yelp/embedding...
Traceback (most recent call last):
File "main.py", line 185, in
Hello, I have met the same problem. Have you solve this problem?
@zengjl20 No. I went with conWea instead of this.
I met the same problem. In my case, changing "embedding_model" to "embedding_model.wv" in line 46 of 'main.py' solved my problem.