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
570 stars 270 forks source link

Update seq2seq_wrapper.py #48

Open mandar1010 opened 6 years ago

mandar1010 commented 6 years ago

Answer to this issue :https://github.com/suriyadeepan/practical_seq2seq/issues/47 I think it is due to the tensorflow upgraded libraries

karanpande commented 6 years ago

Thank you got it done . I want to reduce the number of iteration , but in the seq-toseq wrapper file i only see epoches , i have two questions 1: Are epochs are iteration same , if not how do i reduce iteration in our code.