Skip to content

Commit 497c414

Browse files
SinaChavoshiTensorflow Cloud maintainers
authored andcommitted
Fix tensorboard call in examples
PiperOrigin-RevId: 361878876
1 parent 3f2674b commit 497c414

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

examples/distributed_training_nasnet_with_tensorflow_cloud.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,17 @@
342342
"outputs": [],
343343
"source": [
344344
"# %load_ext tensorboard\n",
345-
"# %tensorboard --logdir TENSORBOARD_LOGS_DIR"
345+
"# %tensorboard --logdir $TENSORBOARD_LOGS_DIR"
346346
]
347347
}
348348
],
349349
"metadata": {
350350
"colab": {
351351
"collapsed_sections": [],
352+
"last_runtime": {
353+
"build_target": "//learning/deepmind/public/tools/ml_python:ml_notebook",
354+
"kind": "private"
355+
},
352356
"name": "distributed-training-nasnet-with-tensorflow-cloud.ipynb",
353357
"provenance": [
354358
{

examples/hp_tuning_cifar10_using_google_cloud.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
"outputs": [],
382382
"source": [
383383
"# %load_ext tensorboard\n",
384-
"# %tensorboard --logdir TENSORBOARD_LOGS_DIR"
384+
"# %tensorboard --logdir $TENSORBOARD_LOGS_DIR"
385385
]
386386
},
387387
{

examples/hp_tuning_wide_and_deep_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
"outputs": [],
515515
"source": [
516516
"# %load_ext tensorboard\n",
517-
"# %tensorboard --logdir TENSORBOARD_LOGS_DIR"
517+
"# %tensorboard --logdir $TENSORBOARD_LOGS_DIR"
518518
]
519519
},
520520
{

0 commit comments

Comments
 (0)