What's a good way to visualize a large .ONNX model?

I’m trying to visualize a large deep learning model that I’ve exported in the .onnx format. In the past, I’ve used Netron to visualize ONNX graphs but this model is apparently too big for it - every time I try loading it, it throws the following error.

Maximum call stack size exceeded

So, I was wondering if there are any other tools that would support a very deep model and display it? Thanks in advance.

2 Likes