Skip to content

Commit 6b6a6da

Browse files
authored
Update tensorboard.ipynb
1 parent cba2c6b commit 6b6a6da

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

how-to-use-azureml/training-with-deep-learning/tensorboard/tensorboard.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"\n",
99
"Licensed under the MIT License."
1010
]
11+
},
12+
{
13+
"cell_type": "markdown",
14+
"metadata": {},
15+
"source": [
16+
"![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/training-with-deep-learning/tensorboard/tensorboard.png)"
17+
]
1118
},
1219
{
1320
"cell_type": "markdown",
@@ -27,7 +34,7 @@
2734
"source": [
2835
"## Prerequisites\n",
2936
"* Understand the [architecture and terms](https://docs.microsoft.com/azure/machine-learning/service/concept-azure-machine-learning-architecture) introduced by Azure Machine Learning\n",
30-
"* Go through the [configuration notebook](../../../configuration.ipynb) notebook to:\n",
37+
"* If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, go through the [configuration notebook](../../../configuration.ipynb) notebook to:\n",
3138
" * install the AML SDK\n",
3239
" * create a workspace and its configuration file (`config.json`)"
3340
]
@@ -564,4 +571,4 @@
564571
},
565572
"nbformat": 4,
566573
"nbformat_minor": 2
567-
}
574+
}

0 commit comments

Comments
 (0)