Files
openvino/inference-engine
Mateusz Tabaka 8e476c5fed StridesPropagation - retain original padding when setting Convolution strides (#6943)
When propagating strides to Convolution node, make sure that setting strides
does not change padding in cases when auto_pad is not EXPLICIT.
When padding type is not EXPLICIT, strides make a role in paddings calculation.
Changes in paddings, result in change in an image position that filter is applied,
so we may end up with unwanted results after that.
2021-08-25 12:07:00 +02:00
..
2021-06-15 16:29:26 +03:00