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

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

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

**Describe the bug** Hi! I am trying to convert a model to onnx but running into a `Could not infer the attribute type from the elements of the passed Iterable...

bug
pending on user response

Requesting support for the missing Operator "TensorListConcatV2" Hi, I am getting the following error with opset=18: Tensorflow op [TensorListConcatV2_4: TensorListConcatV2] is not supported Tensorflow op [TensorListConcatV2_3: TensorListConcatV2] is not supported...

pending on user response
unsupported ops

# I can't convert a tensorflow model to onnx ### Question I'm having trouble converting a TensorFlow model to ONNX. I'm encountering the following error: `TypeError: 'name: "__inference_import/TRTEngineOp_6_native_segment_3604" ' is...

pending on user response
question

# New Operator ### Describe the operator Fast LSTM implementation backed by cuDNN It seems that [CuDNNLSTM](https://github.com/tensorflow/docs/blob/r1.9/site/en/api_docs/python/tf/keras/layers/CuDNNLSTM.md) is still not supported by ONNX, as I am getting the following error...

pending on user response
unsupported ops

Hi, I'm using tf2onnx convert a pb model to onnx model with the following instruction: `python3 -m tf2onnx.convert --graphdef logs/model.pb --output logs/model.onnx --inputs xs:0,xlen:0 --outputs Identity:0` But it gives the...

pending on user response

**Describe the bug** From opset-14, ONNX Reshape operator supports `allowzero` attribute. But how attribute got set during the conversion is not clear. Based on my investigation on the tf2onnx source...

bug
pending on user response

**Describe the bug** The TF model and ONNX model converted from the TF model have different output shapes, when tf.keras.layers.Conv3DTranspose is used. **To Reproduce** 1. Run the following code. ```...

bug

Masking is a intra-layer behavior in TF LSTM [1] but is not a intra-op behavior in ONNX LSTM [2]. When converted to ONNX, masked TF LSTM layer is converted to...

Issue: https://github.com/onnx/tensorflow-onnx/issues/2183