We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thank you for the awesome repo.
I have a question about the order of augmentation.
In the original code, https://github.com/tensorflow/tpu/blob/c61a451165ba643ac9e0ae94448821ca71745ebf/models/official/efficientnet/preprocessing.py#L171 the preprocessing (e.g., random crop) is applied first, and then RandAug policy is applied.
Contrarily, in your code,
pytorch-randaugment/RandAugment/data.py
Line 69 in 48b8f50
Are there any ideas behind this modification? Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thank you for the awesome repo.
I have a question about the order of augmentation.
In the original code, https://github.com/tensorflow/tpu/blob/c61a451165ba643ac9e0ae94448821ca71745ebf/models/official/efficientnet/preprocessing.py#L171 the preprocessing (e.g., random crop) is applied first, and then RandAug policy is applied.
Contrarily, in your code,
pytorch-randaugment/RandAugment/data.py
Line 69 in 48b8f50
Are there any ideas behind this modification?
Thanks in advance.
The text was updated successfully, but these errors were encountered: