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)