Open standard for machine learning interoperability
Open standard for machine learning interoperability
onnx$ onnx check-model model.onnx$ python -c "import torch; import onnx; torch.onnx.export(model, dummy_input, 'model.onnx')"$ python -c "import onnx; model = onnx.load('model.onnx'); print(onnx.helper.printable_graph(model.graph))"