stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

Add support for dumping intermediate parameters and showing timestamps. #25

Closed alantian closed 8 years ago

alantian commented 8 years ago

Add (1) support for dumping parameters every dump_every iterations, and (2) support for showing timestamp at the end of every iteration.

For easier running similar model analyses as discussed in the paper, for example the run-time analysis and/or overall accuracy analysis mentioned in section 4.6 and 4.7 in the paper.

ghost commented 8 years ago

Seems like 2 nice features. I'll look into this when I get a chance and see if it makes sense to go further set them as the default.