tensorflow-onnx
tensorflow-onnx copied to clipboard
Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX
There are several signal operators added in [ONNX 1.12](https://github.com/onnx/onnx/releases/tag/v1.12.0). Tracking issue for it. - DFT ONNX: https://github.com/onnx/onnx/blob/main/docs/Operators.md#DFT TensorFlow: https://www.tensorflow.org/api_docs/python/tf/signal/fft https://www.tensorflow.org/api_docs/python/tf/signal/ifft - STFT ONNX: https://github.com/onnx/onnx/blob/main/docs/Operators.md#STFT TensorFlow: https://www.tensorflow.org/api_docs/python/tf/signal/stft - HannWindow ONNX: https://github.com/onnx/onnx/blob/main/docs/Operators.md#HannWindow...
fixes https://github.com/onnx/tensorflow-onnx/issues/1952 Signed-off-by: Deyu Huang
**Describe the bug** Conversion of [tf.strided_slice](https://www.tensorflow.org/api_docs/python/tf/strided_slice) in some specific cases produces ONNX graph which doesn't work like the original one. For example I get incorrect ONNX graph when try to...
Signed-off-by: Jay Zhang
**Describe the bug** I am trying to convert the model from Google oidv2-resnet_v1_101.ckpt which is trained in TensorFlow to the ONNX model. I tried 2 ways: **1. Direct conversion to...
Add new tests into CI pipeline to cover tf 2.9.1. Signed-off-by: Jay Zhang
Hello, I am using the latest branch of tensorflow-onnx. I got struck and I need help and I am working on critical project. My DeepLearning model generates checkpoint files and...
When I convert the delf model to onnx in tf2, `python -m tf2onnx.convert --saved-model ./ --opset 11 --output model.onnx --verbose` this error occurs: `2022-06-20 21:18:17,083 - VERBOSE - tf2onnx.tfonnx: Mapping...
**Describe the bug** Converting a convolution from JAX -> TF -> ONNX with XLA enabled has missing Ops. **System information** - MacOS 11 - Python version: 3.9.13 - Relevant package...
**Describe the bug** Model converted from tensorflow graphdef got nan outputs. **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): windows - tf2onnx 1.11.1 - tensorflow 2.9.1 -...