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

Tensorflow Backend for ONNX

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

**Describe the bug** Hello, I can convert one-layer LSTM and multilayer LSTMs to tensorflow. However, the results between onnx and onnx-tf are not equal when using multi-layer LSTM, while the...

I figured out that after loading model from ONNX in tensorflow for example. The variables are frozen and the model cannot be trained. Is there already a solution for training...

I am able to convert onnx model to tensorflow. However, when I try to access trainable variables/variables from the model, it displays that the attribute is not present. Also, when...

**Describe the bug** Our objective is to port an EfficientNet trained in PyTorch and exported in ONNX to TensorFlow. However, we are facing the problem of slower inference times in...

I am trying to convert pytorch [model](https://github.com/xuebinqin/U-2-Net) to tflite. For this I've been able to convert to TensorFlow model and I want to get inference for it. I am using...

The exported TF model doesn't use the output names specified while exporting the onnx models. The onnx output model names are: ```onnx_output_names =[node.name for node in model.graph.output]``` > onnx output...

**Describe the bug** I was going over earlier PRs, and I noticed negative padding working was pushed to the repository for `onnx-tensorflow`. The PR I was referring to is [this](https://github.com/onnx/onnx-tensorflow/pull/588/files)...

**Describe the bug** When i try to convert an onnx model to tensorflow a graph is generated which is missing key information such as the names of the input and...

**Describe the bug** I have onnx model converted from pytorch. I want to convert it to .pb via onnx_tf. Then i get following error: `RuntimeError: Resize coordinate_transformation_mode=pytorch_half_pixel is not supported...

**Describe the bug** I used the onnx-tensorflow repository in order to convert yolov5 model to tensorflow but I received the following error. **Python, ONNX, ONNX-TF, Tensorflow version** - Python version:...