fast-autoaugment
fast-autoaugment copied to clipboard
A question regarding the `RandomCrop`
Hi,
Thank you for the work. Just wanna share a tiny issue that confuses me. https://github.com/kakaobrain/fast-autoaugment/blob/2424224291616a2158a2265069ee95a78a2d13d9/FastAutoAugment/data.py#L313-L314 The function seems to fall back on central crop once the condition is satisfied, however in the original efficientet code, the function only falls back after max_attempts when the condition is satisfied.
It would be great if you could kindly take a look. Thank you.