practical_seq2seq
practical_seq2seq copied to clipboard
Update seq2seq_wrapper.py
Answer to this issue :https://github.com/suriyadeepan/practical_seq2seq/issues/47 I think it is due to the tensorflow upgraded libraries
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.