xiaohuiyan / BTM

Code for Biterm Topic Model (published in WWW 2013)
https://github.com/xiaohuiyan/xiaohuiyan.github.io/blob/master/paper/BTM-WWW13.pdf
Apache License 2.0
405 stars 137 forks source link

save_steps seems to overwrite output #19

Open richardknudsen opened 6 years ago

richardknudsen commented 6 years ago

Hi, I am trying to work with the output of different iterations as saved every "save_steps" (check parameter stationarity, compute means from simulated distribution, etc.), but if I am not mistaken, the code overwrites the output. Is this correct? Any elegant workaround? Thanks a lot, Richard