Let say data look like this [1,2,3,4,5,6,7,8,9,10] with batch_size 3
`pad` would be like [1,2,3],...[7,8,9],[10,1,2], while `roll_over` would be 
[1,2,3],...[7,8,9] and second iteration would be [10,1,2], [3,4,5], [6,7,8] 
after calling reset().
I've updated example starting from line 610

[ Full content available at: 
https://github.com/apache/incubator-mxnet/pull/12285 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to