tensorflow-tools icon indicating copy to clipboard operation
tensorflow-tools copied to clipboard

Python Scripts for working with Tensorflow

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