https://pytorch.org/tutorials/intermediate/tensorboard_tutorial.html

    根据pytorch官方的历程,学习一下Tensorboard在Pytorch中的使用


    In this tutorial, we’ll learn how to:

    1. Read in data and with appropriate transforms (nearly identical to the prior tutorial).
    2. Set up TensorBoard.
    3. Write to TensorBoard.
    4. Inspect a model architecture using TensorBoard.
    5. Use TensorBoard to create interactive versions of the visualizations we created in last tutorial, with less code