Hello, when I only train the neural topic model (100 epochs), I cannot determine the original text corresponding to the generated topwords (eg topwords_e10.txt)? Where are they? Thank you
You can look at the way how I print "topwords_e10.txt" in the file "pykp/model.py", where you can find the print_topic_words function in NTM model class. Thanks~
Hello, when I only train the neural topic model (100 epochs), I cannot determine the original text corresponding to the generated topwords (eg topwords_e10.txt)? Where are they? Thank you