You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-train-tensorflow.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,10 @@ In this article, learn how to run your [TensorFlow](https://www.tensorflow.org/o
25
25
26
26
This example code in this article train a TensorFlow model to classify handwritten digits using a deep neural network (DNN), register the model, and deploy it to an online endpoint.
27
27
28
-
<!-- M.A: removed link to existing model (v1 article): [existing model](./v1/how-to-deploy-and-where.md) -->
29
28
Whether you're developing a TensorFlow model from the ground-up or you're bringing an existing model into the cloud, you can use Azure Machine Learning to scale out open-source training jobs using elastic cloud compute resources. You can build, deploy, version, and monitor production-grade models with Azure Machine Learning.
30
29
31
30
## Prerequisites
32
-
<!-- M.A: the path to the tensorflow folder looks wrong in the notebook. In the Article, "python" is missing in the path (between sdk and jobs) Confirm with balapv -->
33
-
<!-- M.A: confirm the path to download files from balapv. Links have some funny branch number -->
34
-
<!-- M.A: Remove create workspace from notebook -->
35
-
<!-- M.A: Add GPU cluster note to the notebook -->
31
+
36
32
To benefit from this article, you'll need to:
37
33
38
34
- Access an Azure subscription. If you don't have one already, [create a free account](https://azure.microsoft.com/free/).
@@ -44,11 +40,11 @@ To benefit from this article, you'll need to:
44
40
- Your Jupyter notebook server
45
41
-[Install the Azure Machine Learning SDK (v2)](https://aka.ms/sdk-v2-install).
46
42
- Download the following files:
47
-
- training script [tf_mnist.py](https://github.com/Azure/azureml-examples/blob/3079666e3d0dade16fe85dd2c128b0ebaab65101/sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-tensorflow/src/tf_mnist.py)
- training script [tf_mnist.py](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-tensorflow/src/tf_mnist.py)
You can also find a completed [Jupyter Notebook version](https://github.com/Azure/azureml-examples/blob/3079666e3d0dade16fe85dd2c128b0ebaab65101/sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-tensorflow/train-hyperparameter-tune-deploy-with-tensorflow.ipynb) of this guide on the GitHub samples page.
47
+
You can also find a completed [Jupyter Notebook version](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-tensorflow/train-hyperparameter-tune-deploy-with-tensorflow.ipynb) of this guide on the GitHub samples page.
0 commit comments