Hi,
Thank you for the work. Just wanna share a tiny issue that confuses me.
|
if width == original_width and height == original_height: |
|
return self._fallback(img) # https://github.com/tensorflow/tpu/blob/master/models/official/efficientnet/preprocessing.py#L102 |
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.
Hi,
Thank you for the work. Just wanna share a tiny issue that confuses me.
fast-autoaugment/FastAutoAugment/data.py
Lines 313 to 314 in 2424224
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.