Open khaotik opened 7 years ago
I see this in SequentialScheme docstring:
SequentialScheme
| Notes | ----- | The batch size isn't enforced, so the last batch could be smaller.
In libraries such as Tensorflow, where tensor shape is static by nature, I find this behavior is causing headache.
Agree. It should be an option to drop the last batch.
I see this in
SequentialScheme
docstring:In libraries such as Tensorflow, where tensor shape is static by nature, I find this behavior is causing headache.