Use
tf2onnxlibrary to convert a simple ANN model to ONNX format.
Download models from ONNX Model Zoo.
Visualize ONNX models architecture with
netron.
-
Python 10.0 -
Tensorflow 2.15.0 -
ONNX 1.17.0 -
After saving model in SavedModel format run
python -m tf2onnx.convert --saved-model saved_model --output model.onnxin terminal.