farizrahman4u / seq2seq

Sequence to Sequence Learning with Keras
GNU General Public License v2.0
3.17k stars 845 forks source link

error in batch_size #216

Open zeka0 opened 7 years ago

zeka0 commented 7 years ago

It should be that, not matter size_of_data%batch_size is zero or not, there won't be any exceptions. But I get this exception when running seq2seq on a dataset of 36,000 and a batch size of 32. So I was really confused, if seq2seq use Keras as backend then why it's getting this kind of error?