Skip to content

Commit

Permalink
Fix missing metadata in tbdev getting started notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
bileschi committed Aug 11, 2020
1 parent d5e5a4d commit 7609dc5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/tbdev_getting_started.ipynb
Expand Up @@ -166,7 +166,7 @@
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "TgF35qdzIC3T"
"id": "oKW8V5chyx6e"
},
"source": [
"### Upload to TensorBoard.dev\n",
Expand Down Expand Up @@ -201,8 +201,7 @@
"id": "5QH5k4AUNE27"
},
"source": [
"Each individual upload has a unique experiment ID. This means ",
"that if you start a new upload with the same directory, you will get a new experiment ID.\n",
"Each individual upload has a unique experiment ID. This means that if you start a new upload with the same directory, you will get a new experiment ID.\n",
"You can list all the experiments you have uploaded using \n",
"```\n",
"tensorboard dev list\n",
Expand All @@ -224,7 +223,10 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"colab_type": "text",
"id": "NyJsD3Ypyx6m"
},
"source": [
"### Screenshot of TensorBoard.dev\n",
"\n",
Expand Down

0 comments on commit 7609dc5

Please sign in to comment.