Is there any solutions to visualize model architecture using netscope

Hello,
I know PyTorchViz can visualize the graph, but I found that netscope is more beautiful and clear to understand the architecture of the model.

Is there any way to convert model.__repr__() to a graph easily?