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 would pad according to pad_fill, but only for 16 pixels in each dimension. The default pad_fill mode is REFLECT, which is discussed some more in https://www.tensorflow.org/api_docs/python/tf/pad.
Hi,
I have picked up some code that someone else was using that is no longer with us.
He is setting pad_mode to 'none' and pad_min to [16,16,16]
Does this not pad at all or pad with zeroes.
Thanks,
Scott
The text was updated successfully, but these errors were encountered: