tensorflow-onnx
tensorflow-onnx copied to clipboard
Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX
fixes https://github.com/onnx/tensorflow-onnx/issues/2002 Signed-off-by: Deyu Huang
A `tf.while_loop` on model `tf.keras.Input`s does not seem to compile. I found out while working a larger code base where an unrolled loop makes both compilation and running very slow,...
**Describe the bug** I'm converting a tensorflow model to onnx but I get an error regarding an unsupported op: 2022-03-22 14:06:04,087 - ERROR - Tensorflow op [StatefulPartitionedCall/triangular_solve/MatrixTriangularSolve: MatrixTriangularSolve] is not...
**Describe the bug** I am trying to convert savedModel from checkpoints of deeplabcut to onnx but getting while converting. I have tried with different opsets as well. **System information** -...
Dear All, I would like to report the issue when converting tensorflow model(ckpt) to onnx model **Describe the bug** I got a ckpt model on TF1 , then transformed it...
**Bug Description** I´m trying to convert a saved model to oonx file with this command line "python -m tf2onnx.convert --saved-model "input path" --output "output path My_Class_Model.onnx" --opset 15" and give...
**Problem** We tried to convert a TensorFlow (or Keras) Bert model into ONNX model, but every time we run with the same piece of code (below) the ONNX graphs are...
**Describe the bug** Keras LSTM model setting activation function and dropout is decomposed instead of using ONNX LSTM cell. **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04):...
Hi, I have a DeepLab 2 TensorFlow checkpoint that I want to convert to ONNX. The conversion to saved_model seems to be buggy so I was wondering whether there's a...