Closed ghost closed 6 years ago
A few libraries is used. You need to install them first if there is an import error. In the example above, you need to install gensim that is used for training word embeddings.
Problem solved! Thank you (I had to install gensim 0.12.4)
I'm solved the last issue using "KERAS_BACKEND=theano" before your example script. But I'm still having problems with python libraries. Take a look in my exit: (Sorry for my lack of knowledge, I'm a beginner with python)