Describe the bug
Try an inference session with older model
sess = rt.InferenceSession("old_tag.onnx")
RuntimeError: [ONNXRuntimeError] : 9 : NOT_IMPLEMENTED : Could not find an implementation for the node BatchNormalization(6)
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu16
- ONNX Runtime installed from (source or binary): pip
- ONNX Runtime version: 0.4.0
- Python version: 3.6
To Reproduce
Describe steps/code to reproduce the behavior:
Expected behavior
Backward compatibility, or update changelog tot mention breaking change
Additional context
Add any other context about the problem here.
Describe the bug
Try an inference session with older model
System information
To Reproduce
Describe steps/code to reproduce the behavior:
Expected behavior
Backward compatibility, or update changelog tot mention breaking change
Additional context
Add any other context about the problem here.