SciSharp / SiaNet

An easy to use C# deep learning library with CUDA/OpenCL support
https://scisharp.github.io/SiaNet
MIT License
380 stars 83 forks source link

Shuffle addition on training #18

Closed nikosdim1 closed 6 years ago

nikosdim1 commented 6 years ago

It would be nice to have a shuffle option on each epoch while Model.Train

deepakkumar1984 commented 6 years ago

Bit tricky, because I have a shuffle method on DataFrame and training happens in XYFrame. Need to be careful while writing shuffle in XYFrameto map correct X to Y

deepakkumar1984 commented 6 years ago

Shuffle implementedwhile training