[WIP] Fix BatchNormalization layer export issue in ONNX model - #2988
[WIP] Fix BatchNormalization layer export issue in ONNX model#2988Justin Chu (justinchuby) with Copilot wants to merge 4 commits into
Conversation
Co-authored-by: justinchuby <11205048+justinchuby@users.noreply.github.com>
|
Copilot name fix pass is still needed. Let me know if onnx-ir needs updating or if there is another way to fix it |
Co-authored-by: justinchuby <11205048+justinchuby@users.noreply.github.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2988 +/- ##
==========================================
+ Coverage 72.63% 72.65% +0.01%
==========================================
Files 265 265
Lines 32205 32231 +26
Branches 3041 3047 +6
==========================================
+ Hits 23392 23417 +25
Misses 7779 7779
- Partials 1034 1035 +1 ☔ View full report in Codecov by Harness. |
|
Copilot, adding a call to RemoveUnusedNodesPass (the pass that started this issue to begin with) for the sole purpose of clearing the output names of unused inference BatchNormalization layers, is a heavy handed and lazy way to circumvent the issue. Apologies for speaking out of turn Justin Chu (@justinchuby). I just had to. |
|
Copilot please update as commented |
Co-authored-by: justinchuby <11205048+justinchuby@users.noreply.github.com>
Updated in a7ec3f0. The second |
Uh oh!
There was an error while loading. Please reload this page.