You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating onnxmltools package version and requirements to 1.5.0 (onnx#315)
* Updating onnxmltools package version and requirements
* Update flaky test onnxruntime version
switch to the explicit padding if the input shape is available. (onnx……#198)
* switch to the explicit padding if the input shape is available.
* upgrade the version.
* fix for the nchw mode.
* output_padding could be None.
Replace the remaining target onnx version checking by the opset numbe…
…r. (onnx#187)
* replace the target onnx version by the opset number.
* fix for the tests.
* Remove the targeted_onnx from the parse function.
* one more fix.
* unify the opset comparison.