File size: 168 Bytes
841b557 |
1 2 3 4 5 |
for i in 40 70 100
do
python my_topic_modeling.py --n_topics ${i} --name_dataset tripadvisor --only_coherence_score yes --train_both no --need_reduce_n_topics yes
done
|
841b557 |
1 2 3 4 5 |
for i in 40 70 100
do
python my_topic_modeling.py --n_topics ${i} --name_dataset tripadvisor --only_coherence_score yes --train_both no --need_reduce_n_topics yes
done
|