Byeongjoon Noh
Results
2
issues of
Byeongjoon Noh
I am facing some issue; onnx conversion of this model. I tried > torch.onnx.export(pth_model, dummy_input, "onnx_model.onnx", opset_version 11) dummy_input shape is [1, 3, 720, 1280] # same with this model....
# Ask a Question ### Question I am facing a problem when converting onnx model with multiple outputs. My model handles one input image and four outputs. I tried to...
question