How to visualize a network build by Pytorch

How to visualize a network build by Pytorch. I try tensorboard, but sometimes it fails because the support is not so good. Is there some nice tools to visualize the net?

You could try to export your model to ONNX and use this tutorial to visualize it.