Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove layers that don't belong in RandAugment from RandAugment #294

Merged
merged 4 commits into from
Apr 12, 2022

Conversation

LukeWood
Copy link
Contributor

@LukeWood LukeWood commented Apr 12, 2022

Some of these are mean't to be applied BEFORE rand augment - CutOut, and some of these are just too strong (Invert).

This PR is a result of a discussion with the original RandAugment author.

Updated image:
randaug

@LukeWood LukeWood requested a review from fchollet April 12, 2022 18:23
Copy link
Member

@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Changes LGTM except the rate default value.

keras_cv/layers/preprocessing/rand_augment.py Outdated Show resolved Hide resolved
@LukeWood LukeWood merged commit e7cd6d4 into master Apr 12, 2022
@LukeWood LukeWood deleted the rand_augment_correctness branch April 14, 2022 18:51
kartik4949 pushed a commit to kartik4949/keras-cv that referenced this pull request Apr 21, 2022
…s-team#294)

* Remove layers that don't belong in RandAugment from RandAugment

* Update RandAugment

* Update docstring

* update docstring
LukeWood added a commit to kartik4949/keras-cv that referenced this pull request Apr 29, 2022
…s-team#294)

* Remove layers that don't belong in RandAugment from RandAugment

* Update RandAugment

* Update docstring

* update docstring
ianstenbit pushed a commit to ianstenbit/keras-cv that referenced this pull request Aug 6, 2022
…s-team#294)

* Remove layers that don't belong in RandAugment from RandAugment

* Update RandAugment

* Update docstring

* update docstring
adhadse pushed a commit to adhadse/keras-cv that referenced this pull request Sep 17, 2022
…s-team#294)

* Remove layers that don't belong in RandAugment from RandAugment

* Update RandAugment

* Update docstring

* update docstring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants