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
Following test demonstrates different behavior of AveragePool v11 and v19 with respect to end input padding when it is used with attribute count_include_pad=1. V11 variant seems to work fine, because is correctly includes zero values from both start and end padding in final computation. V19 includes only zeros from start padding.
Issue can be reproduced also on newest nightly - onnxruntime-1.22.0.dev20250505003.
Describe the issue
Following test demonstrates different behavior of AveragePool v11 and v19 with respect to
end
input padding when it is used with attributecount_include_pad=1
. V11 variant seems to work fine, because is correctly includes zero values from bothstart
andend
padding in final computation. V19 includes only zeros fromstart
padding.Issue can be reproduced also on newest nightly -
onnxruntime-1.22.0.dev20250505003
.To reproduce
Urgency
No response
Platform
Linux
OS Version
WSL Ubuntu 22.04
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.21.1
ONNX Runtime API
Python
Architecture
X64
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: