microsoft / LightLDA

Scalable, fast, and lightweight system for large-scale topic modeling
http://www.dmtk.io
MIT License
842 stars 234 forks source link

how can i dump the model to the specified directory? #46

Closed shinesun130 closed 7 years ago

shinesun130 commented 7 years ago

hi , I want to save the lightlda model to the specified directory. And i have found the code to dump model

458073ce-207b-4724-82a8-7d850cd2d5a1

how can i parse the "output model dir" argument to this method when i train lightlda? Thanks very much!

feiga commented 7 years ago

In current implementation it can't. You may need to make modification to the code.

shinesun130 commented 7 years ago

Thank you for reply, I found that maybe communicator can parse the config of lightlda to server, but only found "new Server(...)" in MPI version in some condition, am i right ?

ae95f881-75d8-4dc7-9774-53285a8dd394

How can I parse the config from lightlda without MPI version to server? Thank you.