onnx-tensorflow
onnx-tensorflow copied to clipboard
RuntimeError: Conv with auto_pad `SAME_LOWER` is not supported in Tensorflow.
I have converted my darknet model into onnx & then tensorrt. Everything is working fine i used this repo . https://github.com/jkjung-avt/tensorrt_demos. My goal is to use this converted yolov4x-mish.onnx model & convert it into TensorFlow saved model. but im getting this issue. can someone please help me to figure out the solution? your help is really appriciated