onnx/onnx-tensorflow
Tensorflow Backend for ONNX
This tool helps machine learning engineers and researchers convert models from the ONNX format into TensorFlow. You provide an ONNX model file as input, and it outputs a TensorFlow-compatible model. This enables you to use models trained or created in other ONNX-supported frameworks within a TensorFlow environment.
1,325 stars. No commits in the last 6 months.
Use this if you need to take an existing machine learning model in the ONNX format and run it or further develop it using TensorFlow.
Not ideal if you want to convert a TensorFlow model into the ONNX format; for that, you should use 'tf2onnx'.
Stars
1,325
Forks
300
Language
Python
License
—
Category
Last pushed
Mar 28, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/onnx/onnx-tensorflow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
microsoft/onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
onnx/onnx
Open standard for machine learning interoperability
PINTO0309/onnx2tf
Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The...
NVIDIA/TensorRT
NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This...
onnx/onnxmltools
ONNXMLTools enables conversion of models to ONNX