practical_seq2seq
practical_seq2seq copied to clipboard
Fix bugs in data_utls.batch_gen
Previous batch_gen will generate the same batch all the time.Now it can generate batches in order and you will get a new batch when you run batch_gen.next()