I\'m trying to convert pyTorch model to onnx like this:
torch.onnx.export( model=modnet.module, args=example_input, f=ONNX_PATH, # where should it be saved