Neuroglycerin / neukrill-net-tools

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

Split validation and test in ListDataset #120

Closed gngdb closed 9 years ago

gngdb commented 9 years ago

A similar stratified split to that used in densedataset is required in the listdataset.

gngdb commented 9 years ago

Migrated train_test_split from DensePNGDataset to utils. Now both Dataset classes call it from utils. Seems to work.