You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i was looking at your center_crop_and_resize preprocessing function and i found that is different from original for 1 parameter.
In your function you set to preserve the range of values when you call resize function from:
Hi i was looking at your center_crop_and_resize preprocessing function and i found that is different from original for 1 parameter.
In your function you set to preserve the range of values when you call resize function from:
By looking at original code:
https://github.com/tensorflow/tpu/blob/d35e48588cfdab24aaddd045e37d0e967166931f/models/official/efficientnet/preprocessing.py#L118-L135
there isn't any preserve_range parameter.
If you set preserve_range = False you obtain same results as original code
The text was updated successfully, but these errors were encountered: