Anshu Daur

Results 7 comments of Anshu Daur

Hello, I am also getting the same error while converting a [yolov5's](https://github.com/ultralytics/yolov5) onnx model to Tensorflow format. BackendIsNotSupposedToImplementIt: Unsqueeze version 13 is not implemented. Can you please suggest how can...

> Do you mean that firstly I have to port my model to Onnx format via onnx opset 12 and then use current version of onnx-tensorflow? Yes.

The issue was related to python 3.1 files, to fix it the above error follow the below steps : ``` conda create --name pyenv python=3.10 export PYTHONNOUSERSITE=True conda install -y...

Hi, I am still getting the error in rnn.py. Error stacktrace is : Traceback (most recent call last): File "test.py", line 74, in print("Dev acc_qm: %s;\n breakdown on (agg, sel,...