Open
Description
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
Input shape is [?, 1024, 1024, 3] , [?1024, 1024, 3]
I'm passing this as an argument:
python -m tf2onnx.convert --saved-model test_model.pb --inputs TensorInput:0[[-1,1024,1024,3],[-1,1024,1024,3] --output model.onnx
--outputs decoder:0
-1 because in readme it is written to us -1 for unknown dimension