optimizer icon indicating copy to clipboard operation
optimizer copied to clipboard

Actively maintained ONNX Optimizer

Results 77 optimizer issues
Sort by recently updated
recently updated
newest added

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.3 to 3.0.0. Release notes Sourced from pypa/cibuildwheel's releases. v3.0.0 See @​henryiii's release post for more info on new features! 🌟 Adds the ability to build wheels...

dependencies
github_actions

https://arxiv.org/html/2505.01892v1

The `Constant` operator's schema defines multiple attributes that may be used to specify the value of the output, including `value` but also `sparse_value`, `value_int`, `value_strings`, etc. It specifies: > Exactly...

I noticed an odd behavior, when using R-CNN models from ONNX Model Hub: The optimizer adds redundant initializer nodes to the models, in different passes (e.g., `eliminate_shape_gather` and `eliminate_nop_reshape`). Upon...

While using the pass eliminate_duplicate_initializer to optimize the model Faster R-CNN R-50-FPN-qdq of opset=12 from ONNX Model Hub, I encounter the following error: File "/onnxoptimizer/__main__.py", line 15, in \n main()\n...

When using `fuse_bn_into_conv` the optimizer causes a generation of redundant nodes which result in problematic model behavior. I am aware of the issue #133, however (1) I observed non-crashing model...

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...

When optimizing and running some `VGG` and `ResNet DUC HDC` models from ONNX Model Hub, I encountered an issue related to BatchNormalization nodes. In particular: For `VGG-16-BN`, and `VGG-19-BN` (`opset=7`)...