Dimo Angelov
Dimo Angelov
Are you embedding full papers? It looks like a GPU memory problem. Switching to CPU might be a temporary solution.
The new top2vec version `1.0.27` has some memory bugfixes as well as an option for document chunking for long documents which could help solve some of these issue. There is...
Great thank you for sharing this! :)
If the subset of your data is a random sample and it is greater than ~10% you should have no problem. The issue is when the topics are formed on...
What version of `top2vec` do you have? Also what are you passing `emebdding_model` ?
Depending on the use-case and variability of the corpus you can just use the `add_documents` to add new documents to an existing model. If the corpus is constantly changing you...
I would try creating fresh environment and trying a Top2Vec install there.
What `embedding_model` did you use and during which step did you get this error?
I have no issues with this and I have python 3.8.5 so I don't think that is the issue.
setup.py specifies `python_requires='>=3.6'`