Neuroglycerin / neukrill-net-work

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

Online augmentation tests #47

Open gngdb opened 9 years ago

gngdb commented 9 years ago

We're running a number of models using online augmentation as the code to do it is now (just) working. Most importantly, we want to be able to replicate the results of the simple 8 augmentations with normalisation we've already submitted to the leaderboard. The full list is:

gngdb commented 9 years ago

All seem to have diverged/failed. As the results are so far from what we saw without online augmentation suspect some large bug in the ListDataset.

gngdb commented 9 years ago

First of these is now done. Somehow got better score than before; could not think of good explanation why.

scottclowe commented 9 years ago

The online augmentations are as follows:

Also

scottclowe commented 9 years ago

I am currently using these augmentations:

                flip: 1,
                rotate: -1,
                shear: 6,
                scale: 0.08,
                scale_asym: 0.008,
                shunt: 0.04