Skip to content

Commit e0538cf

Browse files
author
Larry Franks
committed
fixing blockers
1 parent 2691277 commit e0538cf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

articles/machine-learning/how-to-train-tensorflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ In the training script `tf_mnist.py`, we create a simple deep neural network (DN
134134
- Two hidden layers. The first hidden layer has 300 neurons and the second hidden layer has 100 neurons; and
135135
- An output layer with 10 neurons. Each neuron represents a targeted label from 0 to 9.
136136

137-
:::image type="content" source="media/how-to-train-tensorflow/neural_network.png" alt-text="Diagram showing a deep neural network with 784 neurons at the input layer, two hidden layers, and 10 neurons at the output layer.":::
137+
:::image type="content" source="media/how-to-train-tensorflow/neural-network.png" alt-text="Diagram showing a deep neural network with 784 neurons at the input layer, two hidden layers, and 10 neurons at the output layer.":::
138138

139139
### Build the training job
140140

articles/machine-learning/v1/how-to-set-up-training-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The example code in this article assumes that you have already created a compute
8181
## Create an environment
8282
Azure Machine Learning [environments](../concept-environments.md) are an encapsulation of the environment where your machine learning training happens. They specify the Python packages, Docker image, environment variables, and software settings around your training and scoring scripts. They also specify runtimes (Python, Spark, or Docker).
8383

84-
You can either define your own environment, or use an Azure ML curated environment. [Curated environments](../how-to-use-environments.md#use-a-curated-environment) are predefined environments that are available in your workspace by default. These environments are backed by cached Docker images which reduces the job preparation cost. See [Azure Machine Learning Curated Environments](../resource-curated-environments.md) for the full list of available curated environments.
84+
You can either define your own environment, or use an Azure ML curated environment. [Curated environments](../how-to-use-environments.md#use-a-curated-environment) are predefined environments that are available in your workspace by default. These environments are backed by cached Docker images which reduce the job preparation cost. See [Azure Machine Learning Curated Environments](../resource-curated-environments.md) for the full list of available curated environments.
8585

8686
For a remote compute target, you can use one of these popular curated environments to start with:
8787

0 commit comments

Comments
 (0)