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
It seems to me that the implementation of contrast enhancement using TF ops (as per it's PIL equivalent) in the EfficientNet codebase has a small bug associated with it which results in incorrect degenerate.
It seems to me that the implementation of
contrast
enhancement using TF ops (as per it's PIL equivalent) in the EfficientNet codebase has a small bug associated with it which results in incorrectdegenerate
.tpu/models/official/efficientnet/autoaugment.py
Lines 199 to 213 in da56dcf
Is it intended?
Seems like the following line might need some change!
tpu/models/official/efficientnet/autoaugment.py
Line 209 in da56dcf
I'd run some tests on this op by comparing the resulting values with its PIL equivalent which can be found in this Colab notebook.
(after changing the said line, tests could pass)
/cc: @tanzhenyu, @mingxingtan, @saberkun
The text was updated successfully, but these errors were encountered: