This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
add RandomApply in gluon's transforms #17242
Merged
Merged
Conversation
This file contains 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
apeforest
reviewed
Jan 7, 2020
apeforest
reviewed
Jan 7, 2020
apeforest
reviewed
Jan 7, 2020
apeforest
reviewed
Jan 7, 2020
guanxinq
force-pushed
the
randomapply_dev
branch
from
January 7, 2020 21:34
c51cfab
to
ae8085c
Compare
apeforest
reviewed
Jan 8, 2020
apeforest
reviewed
Jan 8, 2020
guanxinq
force-pushed
the
randomapply_dev
branch
from
January 8, 2020 17:39
ae8085c
to
999b359
Compare
apeforest
reviewed
Jan 8, 2020
apeforest
reviewed
Jan 8, 2020
guanxinq
force-pushed
the
randomapply_dev
branch
from
January 8, 2020 19:03
999b359
to
beebe72
Compare
apeforest
approved these changes
Jan 9, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for your contribution.
guanxinq
force-pushed
the
randomapply_dev
branch
3 times, most recently
from
January 15, 2020 23:48
69180de
to
d236d20
Compare
guanxinq
force-pushed
the
randomapply_dev
branch
from
January 16, 2020 18:04
d236d20
to
e6e34ae
Compare
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.
Description
Added RandomApply API in gluon's transforms which applies randomly a list of transformations with a given probability.
Unit test was added.
This fixes #17085.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments