IndicoDataSolutions / Passage

A little library for text analysis with RNNs.
MIT License
530 stars 134 forks source link

RNN.fit can save model snapshot every 'snapshot_freq' iterations. #7

Closed gchrupala closed 9 years ago

gchrupala commented 9 years ago

I found it useful to be able to save a snapshot of the model every N iterations while training.

Slater-Victoroff commented 9 years ago

I think this is useful and think it would be great to add. Any chance you'd be willing to throw in a docstring for fit? I feel like this isn't going to be the last optional piece of functionality that we add, and it's probably worth documenting this earlier rather than later.

gchrupala commented 9 years ago

Added docstring to fit as requested.