Skip to content

Commit 728d82a

Browse files
committed
Added note about auto TensorBoard in Lesson 28 part 2 demo
1 parent fdbae23 commit 728d82a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/unit4/lesson_28/Lesson_28_demo_part2.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,12 @@
199199
"tensorboard --logdir=path/to/log_dir/from/notebook_dir\n",
200200
"```\n",
201201
"\n",
202-
"Then visit the URL provided in your browser or via the 'ports' tab in VS Code."
202+
"Then visit the URL provided in your browser or via the 'ports' tab in VS Code. **Note**: if you are using the course tensorflow-GPU devcontainer environment, you do not need to start TensorBoard manually - it will start when you spin up the container. You can access it at `localhost:6006` or via the command pallette under `Python: Launch TensorBoard`."
203203
]
204204
},
205205
{
206206
"cell_type": "code",
207-
"execution_count": 6,
207+
"execution_count": null,
208208
"id": "c8fd4460",
209209
"metadata": {},
210210
"outputs": [],
@@ -223,7 +223,7 @@
223223
")\n",
224224
"\n",
225225
"tensorboard = TensorBoard(\n",
226-
" log_dir='./logs',\n",
226+
" log_dir='../logs',\n",
227227
" histogram_freq=1,\n",
228228
" write_graph=True\n",
229229
")"

0 commit comments

Comments
 (0)