Save model as png

Can we store PyTorch deep learning model as a png image(Like Keras does)?

If you want to visualize the model, you can use netron to load PyTorch model: https://github.com/lutzroeder/netron

1 Like

Really helped me a lot
Thanks !!!