Neuroglycerin / neukrill-net-work

NDSB competition repository for scripting, note taking and writing submissions.
MIT License
0 stars 0 forks source link

More augmentation in RAM #48

Closed gngdb closed 9 years ago

gngdb commented 9 years ago

Worth checking to see if we continue to get returns on augmentation in RAM. Running a new model with crops as well as rotations and flips and loading into RAM. That makes 40 augmentations in total. Should be about 56% of the RAM doing this. Running now to see what happens.

gngdb commented 9 years ago

Also running one with just more rotations, up to 8 rotations, should use 12% of the RAM.

gngdb commented 9 years ago

Completed this and it did improve our score. Had to hack in alternative dataset loading into test.py to accomodate making predictions using it though.