Skip to content

Commit ec27ef2

Browse files
authored
Update the main images to overview page in profiling tutorial. (#3372)
* minor updates to tutorial * minor updates to tutorial * minor update * Fix article
1 parent 1c7f56e commit ec27ef2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
423 KB
Loading
418 KB
Loading

docs/images/tb_call_1.png

-104 KB
Binary file not shown.

docs/images/tb_call_2.png

-122 KB
Binary file not shown.

docs/tensorboard_profiling_keras.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -376,19 +376,19 @@
376376
"colab": {}
377377
},
378378
"source": [
379-
"%tensorboard --logdir=logs"
379+
"%tensorboard --logdir=logs # Navigate to the profile tab to view performance profile."
380380
],
381381
"execution_count": 0,
382382
"outputs": []
383383
},
384384
{
385385
"cell_type": "markdown",
386386
"metadata": {
387-
"id": "o6jbOkSp7VoO",
387+
"id": "Q2rhYXT2WAyt",
388388
"colab_type": "text"
389389
},
390390
"source": [
391-
"<img class=\"tfo-display-only-on-site\" src=\"./images/tb_call_1.png\"/>"
391+
"<img class=\"tfo-display-only-on-site\" src=\"https://github.com/tensorflow/tensorboard/blob/master/docs/images/profiler_overview_page_bad_ip.png?raw=1\"/>"
392392
]
393393
},
394394
{
@@ -541,7 +541,7 @@
541541
"colab_type": "text"
542542
},
543543
"source": [
544-
"Re-launch TensorBoard to observe the performance profile for the updated input pipeline. "
544+
"Re-launch TensorBoard and open the profile tab to observe the performance profile for the updated input pipeline. "
545545
]
546546
},
547547
{
@@ -564,7 +564,7 @@
564564
"colab_type": "text"
565565
},
566566
"source": [
567-
"<img class=\"tfo-display-only-on-site\" src=\"./images/tb_call_2.png\"/>"
567+
"<img class=\"tfo-display-only-on-site\" src=\"https://github.com/tensorflow/tensorboard/blob/master/docs/images/profiler_overview_page_good_ip.png?raw=1\"/>"
568568
]
569569
},
570570
{

0 commit comments

Comments
 (0)