tensorflow-onnx
tensorflow-onnx copied to clipboard
Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX
Describe the issue All image which imported to prediction phase, even image of training phase have only one result, they result 4th class. Here is the prediction result, they should...
**Describe the bug** hi, I used the tool successfully converted the saved_model to onnx model, but when I used the onnx model to do inference in cpp, it can't work,...
### Question Hi, I have tensorflow model pb file which is multidimensional input, how can I pass that as command line argument? ### Further information Input node name: TensorInput: 0...
### Question I'm converting a model made by google research https://storage.googleapis.com/cloud-tpu-checkpoints/detection/projects/fvlm/r50.zip after unzip, python -m tf2onnx.convert --saved-model ./r50 --output model.onnx it shows 2023-05-16 14:30:30,770 - WARNING - tf2onnx.tf_loader: '--tag' not...
I tried converting a TensorFlow model in .pb format to ONNX using tf2onnx. However, the conversion fails for the below 2 ops. ### LinSpace and MatrixInverse ERROR - Tensorflow op...
# Onnx model import failed using Unity Barracuda ### Problem As mentioned [here](https://github.com/onnx/tensorflow-onnx/blob/main/tutorials/ConvertingSSDMobilenetToONNX.ipynb), the SSD mobile net support only since opset 10. However, [here](https://docs.unity3d.com/Packages/[email protected]/manual/Exporting.html), Unity says to use opset 9...
`TFSegformerForSemanticSegmentation` from `huggingface/transformers` export to ONNX used to work in TF 2.8.4, the notebook that reproduces a successful export: https://colab.research.google.com/gist/OutSorcerer/c8cd27a455091b57d9ea90ab3450035e/tfsegformer_onnx.ipynb but its export fails in TF >= 2.9.0, a notebook...
using "tf2onnx.convert.from_function" on lambda with Keras model, tf2onnx 1.13 - works ok, batch normalization layer has members "mean" and "var" tf2onnx 1.14 - batch normalization layer has members "input_mean" and...
**Describe the bug** Hey, I am trying to convert the model from [EfficientPose repo](https://github.com/ybkscht/EfficientPose) into onnx. /usr/lib/python3.7/runpy.py:125: RuntimeWarning: 'tf2onnx.convert' found in sys.modules after import of package 'tf2onnx', but prior to...
# Ask a Question ### Question when I convert my model from tflite to onnx and try out the same image on both the inference is similar, but not exactly...