File size: 105 Bytes
9436c08
 
 
 
 
 
1
2
3
4
5
6
import onnx

# 모델 로드
model = onnx.load("./model.onnx")
# IR 버전 수정
print(model.ir_version)