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

Checkpoints don't work #27

Open NighTurs opened 7 years ago

NighTurs commented 7 years ago

Seems like b91c1a3e723ffc4a5fc29e333397a74872af9f18 change is incompatible with current checkpoints. In both "01-Phonemes-to-words" and "03-Twitter-chatbot" on restore_last_session I got error "Adam_1 not found in checkpoint" (unfortunately haven't saved full error message). After I reverted this commit and downgraded tensorflow to 0.12.1 everything worked fine.

alyssaong1 commented 6 years ago

+1