Skip to content

Commit a91fa2a

Browse files
author
Larry Franks
committed
writing
1 parent 3887d55 commit a91fa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ To define the Azure ML [Environment](../concept-environments.md) that encapsulat
136136

137137
#### Use a curated environment
138138

139-
Azure ML provides prebuilt, curated environments if you don't want to define your own environment. Azure ML has several CPU and GPU curated environments for TensorFlow corresponding to different versions of TensorFlow. For more info, see [Azure ML Curated Environments](../resource-curated-environments.md).
139+
Azure ML provides prebuilt, curated environments if you don't want to define your own environment. Azure ML has several CPU and GPU curated environments for TensorFlow corresponding to different versions of TensorFlow. You can use the latest version of this environment using the `@latest` directive. For more info, see [Azure ML Curated Environments](../resource-curated-environments.md).
140140

141141
If you want to use a curated environment, the code will be similar to the following example:
142142

0 commit comments

Comments
 (0)