anand-kamble
commited on
Commit
•
f25fbb0
1
Parent(s):
2cfc051
Create runs/info.md
Browse files- 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 |
+
```
|