achyudh/tardis

Add model checkpointing

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
We need to checkpoint models every epoch so that we can choose the best model for testing.

Describe the solution you'd like
Add a model checkpointing callback to Seq2Seq.

Fixed in karkaroff#15