suriyadeepan / practical_seq2seq

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
http://suriyadeepan.github.io/2016-12-31-practical-seq2seq/
GNU General Public License v3.0
569 stars 270 forks source link

Model not saving #18

Closed prakhar21 closed 7 years ago

prakhar21 commented 7 years ago

Hi, the sequence wrapper that you have written, in the main loop iterating over epoch, it is supposed to save the model snapshot every 100 iter. But this behavior seems not to be happening. It is over 350 epoch right now, but nothing got printed, which should have been.

prakhar21 commented 7 years ago

resolved