practical_seq2seq icon indicating copy to clipboard operation
practical_seq2seq copied to clipboard

Fix bugs in data_utls.batch_gen

Open PedroPei opened this issue 7 years ago • 0 comments

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()

PedroPei avatar Jan 12 '18 00:01 PedroPei