Viewing events.out.tfevents file visually in tensorboard

Command line

Tensorboard — logdir = event dir (event save path)

 
After meeting the problem of “no dashboards are active for the current data set”, it is not solved after searching on the Internet for several hours; I tried several times according to my own ideas and finally solved the problem. Now I share the solutions as follows:

 
1> Find the path of tensorboard, and then CD to the path;

2> Copy and paste the directory of the file to be displayed to the path of the tensorboard;

3> CD to the directory of tensorboard, enter:

tensorboard –logdir=   
4> Copy address http://localhost : 6006 /, input to browser, finish.

 

 

Read More: