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
Based on PR #1373 we would like to vectorize AdjustSaturation.
One issue with this is that tf.image.adjust_saturation() does not accept a batch argument for contrast adjustment, so we'll have to roll a pure TF version.
Contribution encouraged on this issue.
The text was updated successfully, but these errors were encountered:
Based on PR #1373 we would like to vectorize AdjustSaturation.
One issue with this is that
tf.image.adjust_saturation()
does not accept a batch argument for contrast adjustment, so we'll have to roll a pure TF version.Contribution encouraged on this issue.
The text was updated successfully, but these errors were encountered: