onnx-tensorflow
onnx-tensorflow copied to clipboard
Tensorflow Backend for ONNX
Hi ONNX partner, We have released TestPyPI packages of ONNX 1.14.0: https://test.pypi.org/project/onnx/1.14.0rc1/ (ONNX 1.14.0rc1 is the latest version number for testing now). Please verify it and let us know about...
**Describe the bug** When trying to run inference on a pretrained PyTorch model that has been converted to TensorFlow from ONNX, I get the following error: ValueError: as_list() is not...
Pls help me. Thank you very much. I am trying to convert tf2 model to onnx using graphfile. But got this error: > 2023-02-03 15:59:30.193108: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1613] Created device /job:localhost/replica:0/task:0/device:GPU:7...
**Describe the bug** In handlers/backend/resize.py, version_11 handler, the method checks for the roi tensor, but this (I think) will only exists when doing a "tf_crop_and_resize" operation, however when doing other...
**Describe the bug** Trying to convert optical flow models from pytorch to tensorflow. GridSample is not supported by tensorflow. **Python, ONNX, ONNX-TF, Tensorflow version** - Python version: 3.7.0 - ONNX...
Hi, I met an issue with converting from Pytorch -> onnx -> TF. During the prepare step, I have the following error message: Traceback (most recent call last): │· File...
**My environment is:** - Python version: 3.6 - ONNX version: 1.11.0 - ONNX-TF version: 1.10.0 - Tensorflow-gpu version: 2.5.0 **My final goal:** ONNX model convert to tflite. **Question:** My ONNX...
Is there a roadmap for opset 17 support? Particularly layernorm? Does anyone have a short term solution to skirting around the lack of layer norm support?
**Describe the bug** After built and install the onnx-tf by pip install -e . The onnx-tf is installed correctly, but after run the onn-tf, it will said: no module keras.src.engin...
#962 Introduce the capability to load large ONNX model files (>2GB) by accepting file paths directly. This update checks if the 'model' parameter is a string or path-like object and...