Hayden Donnelly
Results
2
comments of
Hayden Donnelly
I'm having the same issue. Has anyone figured it out?
Not sure if Tensorflow savedmodel is any different, but I use this code to convert my TF savedmodels to ONNX: ```py import tensorflow as tf import tf2onnx input_path = "../data/models/"...