https://pytorch.org/tutorials/intermediate/tensorboard_tutorial.html
根据pytorch官方的历程,学习一下Tensorboard在Pytorch中的使用
In this tutorial, we’ll learn how to:
- Read in data and with appropriate transforms (nearly identical to the prior tutorial).
- Set up TensorBoard.
- Write to TensorBoard.
- Inspect a model architecture using TensorBoard.
- Use TensorBoard to create interactive versions of the visualizations we created in last tutorial, with less code