Using tensorboardX (tensorboard for pytorch) e.g. ploting more than one graph in the same chat or Netwoks Graph and etc.
- Install PyTorch: https://pytorch.org/get-started/locally/
- Install TensorboardX:
pip install tensorboardX
(https://tensorboardx.readthedocs.io/en/latest/tutorial.html#install)
Clone the repository:
git clone https://github.com/Public-course/TensorboardX.git
and open it:
cd TensorboardX
- Run the script, e.g.:
.../TensorboardX$python more_plots_one_chat.py
- Run TensorBoardX (in another Terminal):
.../TensorboardX$tensorboard --logdir runs
- See plot in the browser (tensorboard print out a link for visualization in step 2)
- .../TensorboardX$
python plot_graph_net.py
- .../TensorboardX$
tensorboard --logdir runs
- See the graph in the browser