What is the best way to visualize My Network?

What is the best way to visualize My Network(model)?
Is it tensorboard?
Or is there a better alternative?
If tensorboard is the best way, is there anything I lose when tensorflow is not installed?

I get this message “TensorFlow installation not found - running with reduced feature set.”
When I use tensorboard, Would it be adversely affected by visualizing the Network(model) without tensorflow?

Hi Dong,

I created a package that you can use to visualize model (or any graph execution), called torchview
You can see it here:

It can give visualization without using any external platform (e.g. tensorboard). So you dont need to use tensorboard or anything.