-
Notifications
You must be signed in to change notification settings - Fork 332
Closed
Labels
stalestat:awaiting response from contributortype:docsImprovements or additions to documentationImprovements or additions to documentation
Description
I'm reading keras_cv RandAugment implementation and feel like there are some differences with TF implementation referenced in the paper. I'm still reading this layer so I might not have understood everything, but here it goes:
- Missing
Posterizationop in RandAugment - reference TF Implementation. - Missing
Sharpnessop in RandAugment - this op is present as a Random Layer in keras-cv. - Missing
Rotateop in RandAugment - discussed also in [AutoAugment] Add Rotate operation. ย #402 . - Missing random magnitude negation in
shearandtranslateops - reference TF implementation randomly negates magnitudes for these ops, and it looks like it's also used in RandAugment. - Different behaviour for
Random*layers, e.gRandomBrightnessis used instead ofBrightness, but the function behaves differently in keras and differently in TF implementation. Perhaps this is marginal.
Are those differences intentional / are the missing operations not so important or should they be added in the future?
innat and johnypark
Metadata
Metadata
Assignees
Labels
stalestat:awaiting response from contributortype:docsImprovements or additions to documentationImprovements or additions to documentation