inpho / vsm

Vector Space Model Framework developed for InPhO
http://inpho.github.io/vsm
Other
35 stars 14 forks source link

progress bars #97

Closed JaimieMurdock closed 9 years ago

JaimieMurdock commented 9 years ago

Create progressbars in LdaCgsSeq.train() and LdaCgsMulti.train() with a verbosity ==1. Show existing log prob behavior if verbosity == 2.

python-progressbar on Google Code python-progressbar on PyPI Tutorial

Make sure that in addition to/instead of the percentage you also show the raw progress (i.e. 20/400 iterations)

JaimieMurdock commented 9 years ago

Todo list:

JaimieMurdock commented 9 years ago

All 3 modules have been updated and closed with a progressbar.