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

Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX

Results 252 tensorflow-onnx issues
Sort by recently updated
recently updated
newest added

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,...

pending on user response

**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...

unsupported ops

**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** -...

unsupported ops

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...

pending on user response

**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...

bug
pending on user response

**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...

enhancement

**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):...

potential bug
keras
optimizer

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...

pending on user response