-
Notifications
You must be signed in to change notification settings - Fork 335
RandAugment.get_standard_policy should propagate value range to RandomBrightness and RandomContrasts #427
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
Comments
I think that for For |
I think it came after the branch cut. Tested it today in a local runtime. |
If you click you can see that I'am on the rc2 tag. |
Weird, I just have installed the wrong version. Good to know, with 2.9 we can fix 1/2 the issue. We will do so before KerasCV 0.2.0 |
Great! This will fix the problem with RandomBrightness which outputs the wrong values. The lack of clipping is slightly less important because it is smaller in magnitude. |
Thanks for reporting the issue! We have consolidated the development of KerasCV into the new KerasHub package, which supports image, text, and multi-modal models. Please read the announcement.
With our focus shifted to KerasHub, we are not planning any further development or releases in KerasCV. If you encounter a KerasCV feature that is missing from KerasHub, or would like to propose an addition to the library, please file an issue with KerasHub. |
Uh oh!
There was an error while loading. Please reload this page.
When using RandomBrightness and RandomContrasts from RandAugment.get_standard_policy() with value_range=(0,1), two issues arise:
This issue canot be fixed until TF 2.10
Please note that this issues does not affect RandAugment(value_range=(0,1)) which rescales internally to range (0,255) before applying all augmentations. RandAugment(value_range=(0,1)) works correctly.
Repro Colab: https://colab.research.google.com/drive/1dig1GRPRW_7MwKV-Z0z_2tAVqnFjJ6PH?usp=sharing
The text was updated successfully, but these errors were encountered: