Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

Settings fname seeded shuffle #92

Closed gngdb closed 9 years ago

gngdb commented 9 years ago

The split used by Pylearn2 for training, validation and test in dense_dataset relies on an invariant order of training image paths from the settings file. Currently these are just sorted to make sure they're always the same. It would be good to use a random seed and then shuffle at this point, from the point of view of the Pylearn2 dataset split. Having such a deterministic split may be causing us problems.

gngdb commented 9 years ago

Implemented with two run settings: