This repository was archived by the owner on Jul 1, 2024. It is now read-only.
mixup data augmentation#469
Closed
stephenyan1231 wants to merge 1 commit intofacebookresearch:masterfrom
Closed
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D20911088 |
stephenyan1231
added a commit
to stephenyan1231/ClassyVision-1
that referenced
this pull request
Apr 8, 2020
Summary: Pull Request resolved: facebookresearch#469 This diff implements the mixup data augmentation in the paper `mixup: Beyond Empirical Risk Minimization` (https://arxiv.org/abs/1710.09412) Differential Revision: D20911088 fbshipit-source-id: 479ab9c74b9d326fec0a5f14a6ff82b11a198d54
69cd3a1 to
6c66c2d
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D20911088 |
Summary: Pull Request resolved: facebookresearch#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: bc658b1b8e12b9b5819903d93e07c73bcbe6ddd8
6c66c2d to
4b38fa1
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D20911088 |
Contributor
|
This pull request has been merged in 3539f57. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: This diff implements the mixup data augmentation in the paper
mixup: Beyond Empirical Risk Minimization(https://arxiv.org/abs/1710.09412)Differential Revision: D20911088