Fix padding
Fix for aidge#194 (closed).
According to ONNX: pads format should be: [x1_begin, x2_begin, …, x1_end, x2_end,…], where xi_begin is the number of pad values added at the beginning of axis axes[i] and xi_end, the number of pad values added at the end of axis axes[i].
Fixed issues:
- The dimensions were mixed up in
oxSize
andoySize
, which assumed the wrong[x1_begin, x1_end, …, x2_begin, x2_end,…]
format. -
begin
andend
padding was mixed up in the computation ofix
andiy
. - The axis order was wrong in the unit test.
Edited by Olivier BICHLER
Merge request reports
Activity
Filter activity
added Fix 🔥🔥 label
assigned to @olivierbichler
added 14 commits
-
c750c2a1...fb4f93fd - 13 commits from branch
dev
- 0d421d33 - Fix pad
-
c750c2a1...fb4f93fd - 13 commits from branch
mentioned in issue aidge#194 (closed)
enabled an automatic merge when the pipeline for 0d421d33 succeeds
mentioned in commit 3d0fd068
Please register or sign in to reply