Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong
onnx.load_model
arguments (#188)
We called this with a second argument that got ignored in onnx 1.14.1, but with 1.15.0, this is not legal anymore. Removing the second argument should fix this.
- Loading branch information