Tensorloader pictures and model visualization

1 Introduction to Tensorloader

It is a visualization tool that needs to be downloaded with pip;
Insert image description here

After downloading and displaying, it becomes a service that can be accessed by entering the IP address through the browser;
it is not only applicable to tensorflow, but also to pytorch.
Pictures, text, models, histograms, line charts, etc. can be displayed.
When running the model in pycharm, you can dynamically observe changes in learning rate, etc.

2 Write and run (2 steps in total)

Insert image description here

Insert image description here
Insert image description here

3 image display

3.1 Display pictures

Insert image description here

3.2 Display model

Insert image description here

3.3 Dynamically display learning rate, etc.

Insert image description here

references

[1] Teacher Riyue Guanghua’s pytorch course has an introduction;
[2] The most comprehensive tutorial on using TensorBoard: just read this article - Tencent Cloud Developer Community - Tencent Cloud

Guess you like

Origin blog.csdn.net/xiaotiig/article/details/128193825