# 用 netron 查看 onnx 模型版本 ###### tags: `onnx` ## 簡介 netron 連結:https://netron.app/ netron github 連結:[lutzroeder/netron](https://github.com/lutzroeder/netron) ## 查看 onnx 模型 以 [onnx-yolov3](https://github.com/htshinichi/onnx-yolov3) 的 yolov3-tiny.onnx 為例。 ![](https://i.imgur.com/gcmMBqE.png) ONNX v4 代表 ONNX version 1.4 ai.onnx v9 代表 Opset version 9 ![](https://i.imgur.com/twPf3vN.png) ## ONNX 版本對應關係 可參考:[Released Versions](https://github.com/onnx/onnx/blob/master/docs/Versioning.md#released-versions) ![](https://i.imgur.com/mkuPdPY.png) ## netron 上的 QA 可參考:https://github.com/lutzroeder/netron/issues/289 ![](https://i.imgur.com/rIecQXc.png)