set MALLET_MEMORY=1GException in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
at cc.mallet.topics.ParallelTopicModel.getSortedWords(ParallelTopicModel.java:1150)
at cc.mallet.topics.ParallelTopicModel.displayTopWords(ParallelTopicModel.java:1200)
at cc.mallet.topics.ParallelTopicModel.estimate(ParallelTopicModel.java:790)
at cc.mallet.topics.tui.TopicTrainer.main(TopicTrainer.java:272)Hi,As i figured out from other posts on, in LDA mallet , we can increase the heap size byset MALLET_MEMORY=1GBut is it possible to increase the heapsize in gensim LDA wrapper?
--
You received this message because you are subscribed to a topic in the Google Groups "gensim" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gensim/r5xlmH6Q9UM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gensim+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Radim, that worked.I was wonderging if its a good idea to remove unwanted topics from the list of topics.This is because out of 300 topics, some of the topics are clearly too irrelevant and they add up into similarity measure.These bad topics effects the whole document similarity. I'm still using same hellinger distance for similarity.
Suvir
To unsubscribe from this group and all its topics, send an email to gensim+unsubscribe@googlegroups.com.