pytorch2keras
pytorch2keras copied to clipboard
how to set onnx opset_version=11
Describe the bug
how to set opset_version=11?
torch.onnx.export(model, dummy_input, "test.onnx", verbose=True, opset_version=11)
@tehsenaus