Skip to content

You must be logged in to vote

@vchiley I have purposely diverged from the standard Tensorflow / 'Google' RandAugment implementations. I should really update some comments and document why, but have not prioritized that.

The TF RA magnitude is not intuitive, if you actually look at the augmentations deployed for say M0, M5, M10, M15 it is VERY counter to what you might think, some augmentations go up in strength, but quite a few also go down (or are completely disabled) as you increase the magnitude due to bugs/oversights in the original impl wrt to some augs like the enhancements, posterize/solarize, etc. Each M is essentially it's own thing and so applying sampling to that scale doesn't work well. At M0 there are act…

Replies: 2 comments 5 replies

You must be logged in to vote
0 replies

You must be logged in to vote
5 replies
@rwightman

@vchiley

@rwightman

@vchiley

@rwightman

Answer selected by vchiley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants