noah-go's picture
first commit
9436c08
raw
history blame contribute delete
105 Bytes
import onnx
# 모델 로드
model = onnx.load("./model.onnx")
# IR 버전 수정
print(model.ir_version)