-
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
Posterization
op in RandAugment - reference TF Implementation. - Missing
Sharpness
op in RandAugment - this op is present as a Random Layer in keras-cv. - Missing
Rotate
op in RandAugment - discussed also in [AutoAugment] Add Rotate operation. #402 . - Missing random magnitude negation in
shear
andtranslate
ops - 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.gRandomBrightness
is 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