Skip to content

Commit

Permalink
Update the main images to overview page in profiling tutorial. (#3372)
Browse files Browse the repository at this point in the history
* minor updates to tutorial

* minor updates to tutorial

* minor update

* Fix article
  • Loading branch information
qiuminxu authored Mar 17, 2020
1 parent 1c7f56e commit ec27ef2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file added docs/images/profiler_overview_page_bad_ip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/profiler_overview_page_good_ip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/tb_call_1.png
Binary file not shown.
Binary file removed docs/images/tb_call_2.png
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/tensorboard_profiling_keras.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -376,19 +376,19 @@
"colab": {}
},
"source": [
"%tensorboard --logdir=logs"
"%tensorboard --logdir=logs # Navigate to the profile tab to view performance profile."
],
"execution_count": 0,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "o6jbOkSp7VoO",
"id": "Q2rhYXT2WAyt",
"colab_type": "text"
},
"source": [
"<img class=\"tfo-display-only-on-site\" src=\"./images/tb_call_1.png\"/>"
"<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\"/>"
]
},
{
Expand Down Expand Up @@ -541,7 +541,7 @@
"colab_type": "text"
},
"source": [
"Re-launch TensorBoard to observe the performance profile for the updated input pipeline. "
"Re-launch TensorBoard and open the profile tab to observe the performance profile for the updated input pipeline. "
]
},
{
Expand All @@ -564,7 +564,7 @@
"colab_type": "text"
},
"source": [
"<img class=\"tfo-display-only-on-site\" src=\"./images/tb_call_2.png\"/>"
"<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\"/>"
]
},
{
Expand Down

0 comments on commit ec27ef2

Please sign in to comment.