ZhangGe6 / onnx-modifier

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

Fix onnx.load_model after onnx 1.15.0 #91

Closed LoSealL closed 9 months ago

LoSealL commented 9 months 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 9 months ago

@LoSealL Merged. Thanks for the fix!