Closed Seanny123 closed 7 years ago
In Lasagne, why is all the data automatically shuffled in each minibatch for each epoch in this code? If the user wants their data shuffled before training, shouldn't they specify it?
Yes we can add a flag to turn that on or off if you'd like. Although I can't really think of any occasions when I would not want my data shuffled.
There is a flag for this in the new version of nengo_dl
In Lasagne, why is all the data automatically shuffled in each minibatch for each epoch in this code? If the user wants their data shuffled before training, shouldn't they specify it?