Commit
1ec52af
1 Parent(s): 30c47eb

Create runs/info.md (#2)

Browse files

- Create runs/info.md (f25fbb006a3d4b9a297afa30c83d27aa88d39781)


Co-authored-by: Anand Milind Kamble <anand-kamble@users.noreply.huggingface.co>

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
+ ```