onnx / models

A collection of pre-trained, state-of-the-art models in the ONNX format
http://onnx.ai/models/
Apache License 2.0
7.46k stars 1.36k forks source link

Use opset_version 16 instead of 18 since 16 is the latest supported version #619

Closed jcwchen closed 11 months ago

jcwchen commented 11 months ago

Use opset_version 16 instead of 18 since 16 is the latest supported version by torch.onnx.export. There are some conversion failures when exporting opset_version 18. Use 16 for now and we will update opset_version in the future.