You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the above is not enough, explore ONNXMLtools, e.g. check if such commands work on loaded model by onnx, e.g.if onnx_model is a result of onnx.load(): onnxmltools.utils.save_text(onnx_model, 'example.json')?
Make a notebook illustrating saving an onnx model as JSON using onnxmltools for a simple untrained and more complex trained model. Use the same as from the print_model notebook (from /XAI/Software/onnx/onnx/examples).