nengo / nengo-dl

Deep learning integration for Nengo
https://www.nengo.ai/nengo-dl
Other
88 stars 22 forks source link

Shuffling input data without warning #1

Closed Seanny123 closed 7 years ago

Seanny123 commented 8 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?

drasmuss commented 8 years ago

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.

drasmuss commented 7 years ago

There is a flag for this in the new version of nengo_dl