Files changed (1) hide show
  1. runs/info.md +6 -0
runs/info.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Tensorboard
2
+
3
+ Use following command to run the tensorboard.
4
+ ```bash
5
+ tensorboard --logdir=./
6
+ ```