Skip to content

Commit c2c8dc5

Browse files
committed
fix typo in logdir
1 parent 89113fd commit c2c8dc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/5 - User Interface/graph_visualization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"source": [
125125
"### Run the command line\n",
126126
"```\n",
127-
"tensorboard --logdir=/tmp/tensorflow\n",
127+
"tensorboard --logdir=/tmp/tensorflow_logs\n",
128128
"```\n",
129129
"\n",
130130
"### Open http://localhost:6006/ into your web browser"

notebooks/5 - User Interface/loss_visualization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"source": [
143143
"### Run the command line\n",
144144
"```\n",
145-
"tensorboard --logdir=/tmp/tensorflow\n",
145+
"tensorboard --logdir=/tmp/tensorflow_logs\n",
146146
"```\n",
147147
"\n",
148148
"### Open http://localhost:6006/ into your web browser"

0 commit comments

Comments
 (0)