You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2024. It is now read-only.
Summary:
Pull Request resolved: #469
This diff implements the mixup data augmentation in the paper `mixup: Beyond Empirical Risk Minimization` (https://arxiv.org/abs/1710.09412)
Empirically, it is much faster to do mixup transform on gpu than doing that on cpu.
# Results
accuracy gain
- 1.0% with 135 training epochs
- 1.3% with 270 training epochs
[TODO]: fix accuracy meter at training phases.
Reviewed By: mannatsingh
Differential Revision: D20911088
fbshipit-source-id: 339c1939eaa224125a072fe971a2e1ce958ca26a
0 commit comments