barisozmen / deepaugment

Discover augmentation strategies tailored for your dataset
MIT License
244 stars 41 forks source link

Should child models trained with X_aug only, or with X + X_aug? #12

Open barisozmen opened 5 years ago

barisozmen commented 5 years ago

X : data as it is X_aug: augmented version of X

Current plan: Make an initial training (200 epochs) with X of the child model, then using trained weights: 1) train 60 epochs with X_aug 2) train 60 epochs with X + X_aug

Make an experiment for options 1 and 2, and see which one is better.