Python Scripts for working with Tensorflow
pip install git+https://github.com/onnx/onnx-tensorflow.git
convert-model-to-NWHC.py
convert a GPU optimized model with NCHW data format to standard NWHC representationconvert-onnx-to-tflite.py
convert a ONNX model into TFLiteconvert-keras-h5-to-code.py
convert a Keras H5 file into Keras Code