Back to Onnx

NBVAL_SKIP

examples/load_model.ipynb

1.21.0237 B
Original Source
python
# NBVAL_SKIP
# Protobuf 4 and Protobuf 3 might output different order of protobuf fields

import onnx
import os


# Load the ONNX model
onnx_model = onnx.load(os.path.join("resources", "single_relu.onnx"))
print(onnx_model)