Why has TensorFlow chosen to prefer padding on the bottom right?
With SAME padding, to me it would feel logical to start the kernel\'s center anchor at
SAME
This is for historical compatibility reasons with previous (non-public) frameworks. It is unfortunate that the definitions aren't clearer, since it's a common stumbling block when porting between different libraries.