Hi all,
I'm trying to use gensim in distributed mode.
I have set up all necessary steps (pyro4 naming server, workers, etc.) but now I'm facing the follwoing errormessage:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()The program crashes when it reaches the following line:
lda = models.LdaModel(corpus, id2word=dictionary, num_topics=num_topics_var, chunksize=1, distributed=True)
I'm not sure what I do wrong. It seems to me that someone else is facing this problem as well:
http://stackoverflow.com/questions/35900953/trouble-running-gensim-ldaBest regards,
Physics