ZhangGe6 / onnx-modifier

A tool to modify ONNX models in a visualization fashion, based on Netron and Flask.
MIT License
1.35k stars 167 forks source link

Fix onnx.load_model after onnx 1.15.0 #91

Closed LoSealL closed 1 year ago

LoSealL commented 1 year ago

format argument in onnx.load_model is not used until version 1.15.0, and the format must be a string registered into supported format.

ZhangGe6 commented 1 year ago

@LoSealL Merged. Thanks for the fix!