fast-autoaugment icon indicating copy to clipboard operation
fast-autoaugment copied to clipboard

A question regarding the `RandomCrop`

Open LXXXXR opened this issue 3 years ago • 0 comments

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.

LXXXXR avatar May 27 '21 08:05 LXXXXR