kzhai / InfVocLDA

Online Latent Dirichlet Allocation with Infinite Vocabulary using Variational Inference
https://github.com/kzhai/InfVocLDA
Apache License 2.0
74 stars 19 forks source link

launch.py: error: no such option: --desired_truncation_level #2

Closed andyyuan78 closed 9 years ago

andyyuan78 commented 9 years ago

ubgpu@ubgpu:~/github/InfVocLDA/src$ python -m infvoc.launch --input_directory=../input/ --output_directory=../output/ --corpus_name=de-news --desired_truncation_level=4000 --number_of_topics=10 --number_of_documents=9800 --vocab_prune_interval=10 --batch_size=100 --alpha_beta=1000 Usage: launch.py [options]

launch.py: error: no such option: --desired_truncation_level ubgpu@ubgpu:~/github/InfVocLDA/src$

kzhai commented 9 years ago

Hi, Andy,

The command is "truncation_level" instead of "desired_truncation_level". Please refer to "--help" command for more information.

Best, Ke

andyyuan78 commented 9 years ago

ok, i just copy it from readme

kzhai commented 9 years ago

Hi, Andy,

Sorry, I will update that in readme. Thanks for reporting the bug.

Best, Ke