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** ` 2023-09-22 13:51:09.484965: I tensorflow/tsl/cuda/cudart_stub.cc:28] Could not find cuda drivers on your machine, GPU will not be used. 2023-09-22 13:51:09.533379: I tensorflow/tsl/cuda/cudart_stub.cc:28] Could not find cuda drivers...

bug
pending on user response

**Describe the bug** Title says it all, but here's a stack trace: ``` AttributeError: module 'ml_dtypes' has no attribute 'float8_e4m3b11'. Did you mean: 'float8_e4m3fn'? Traceback (most recent call last): File...

bug
pending on user response

**Describe the bug** **Urgency** **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 18.04*): - TensorFlow Version: - Python version: - ONNX version (if applicable, e.g. 1.11*): - ONNXRuntime...

bug
pending on user response

Hi, I am using the below command to convert a tf-nlp model to onnx. It has a custom-ops built in. !/anaconda/envs/onnxet/bin/python3.10 -m tf2onnx.convert --saved-model {checkpoint_path} --output {onnx_model_output_path} --extra_opset ai.onnx.contrib:1 --custom-ops...

bug
pending on user response

# What does it actually do? ### Question The description is unclear. 1. What does this repository actually do? 2. Can I use it to convert ckpt to onnx? 3....

pending on user response
question

When converting a `tensorflow.keras.layers.LayerNormalization` layer to ONNX, `tf2onnx` currently decomposes layer normalizations into rather complex subgraphs with batch norms and more basic building blocks. Inference engines (like TensorRT in the...

enhancement

**Describe the bug** I am getting a segfault when attempting to convert a model. **Urgency** None. **System information** - OS Platform and Distribution: macOS Ventura 13.5.2 - TensorFlow Version: 2.13.0...

bug

**Describe the bug** I have a tf2 model that uses a lambda layer. When converted to ONNX, I get a strange error involving a Squeeze op. **Urgency** This is blocking...

bug

Hi Onnx team, I'm running into a model conversion issue for Kera's BatchNorm layer. The BatchNorm layer is only converted into a BatchNorm Op in Onnx when input Dim>=4. I...

bug
pending on user response