optimizer icon indicating copy to clipboard operation
optimizer copied to clipboard

Pass "fuse_bn_into_conv" introduces duplicate initializer.

Open researcher-no-name opened this issue 7 months ago • 0 comments

While fetching RetinaNet of opset=9 from ONNX Model Hub and optimizing it using fuse_bn_into_conv pass, I encounter the following error, related to the model initializer:

onnx.onnx_cpp2py_export.checker.ValidationError: 1133 initializer name is not unique.

researcher-no-name avatar Mar 26 '25 19:03 researcher-no-name