OC

Results 4 comments of OC

Thank you for the prompt reply! What do you mean by calling `infer_test` with an interactive python session? I've tried doing the following: ``` python import gensim.models as g model...

Could it be to do with dependencies of Gensim? ``` (env) $ pip list Package Version --------------- --------- boto 2.48.0 boto3 1.7.4 botocore 1.10.4 bz2file 0.98 certifi 2018.1.18 chardet 3.0.4...

So I deleted the env, and run the following: ``` $ virtualenv env $ source env/bin/activate (env) $ pip install git+https://github.com/jhlau/gensim (env) $ python >>> import gensim.models as g >>>...

Looks to be working fine: ``` (env) $ python train_model.py 2018-04-16 11:22:21,169 : INFO : collecting all words and their counts 2018-04-16 11:22:21,169 : INFO : PROGRESS: at example #0,...