gmalivenko / pytorch2keras

PyTorch to Keras model convertor
https://pytorch2keras.readthedocs.io/en/latest/
MIT License
858 stars 143 forks source link

how to set onnx opset_version=11 #113

Open lawo123 opened 4 years ago

lawo123 commented 4 years ago

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