Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 417 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 417 Bytes

Tensorflow helper tools

Python Scripts for working with Tensorflow

Requirements

  • pip install git+https://github.com/onnx/onnx-tensorflow.git

Requirements

  • convert-model-to-NWHC.py convert a GPU optimized model with NCHW data format to standard NWHC representation
  • convert-onnx-to-tflite.py convert a ONNX model into TFLite
  • convert-keras-h5-to-code.py convert a Keras H5 file into Keras Code