Valerii Baidin

Results 7 comments of Valerii Baidin

1. I just run a big model. 2. GPU memory is full after the finish. 3. I tried to run another model, but memory isn't enough. TopicModelsVB.update_buffer!(model) helps me!!!

> If your first model is using up all the buffer memory, then you will likely need to clear it before setting up your new model, however you shouldn't need...

> This type of functionality may be quite difficult to hack into the model. > > Could you describe in more detail exactly what you are trying to accomplish? >...

> Your corpus must be quite large, as the LDA model has been memory optimized. > > Out of personal curiosity, how many documents are in your corpus? > >...

> Any updates on that? Thank you in advance! Thank you for your work. Any updates?

> I'm getting an error that prevents me from using the `word2vec` function in Julia on a corpus. > > `Install.pkg("Word2Vec")` > > Code: > > ``` > using Word2Vec...