Skip to content

Commit 228eee8

Browse files
committed
update bad links
1 parent af011f1 commit 228eee8

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,10 @@ In this article, learn how to run your [TensorFlow](https://www.tensorflow.org/o
2525

2626
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.
2727

28-
<!-- M.A: removed link to existing model (v1 article): [existing model](./v1/how-to-deploy-and-where.md) -->
2928
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.
3029

3130
## 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+
3632
To benefit from this article, you'll need to:
3733

3834
- 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:
4440
- Your Jupyter notebook server
4541
- [Install the Azure Machine Learning SDK (v2)](https://aka.ms/sdk-v2-install).
4642
- 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)
48-
- scoring script [score.py](https://github.com/Azure/azureml-examples/blob/3079666e3d0dade16fe85dd2c128b0ebaab65101/sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-tensorflow/src/score.py)
49-
- sample request file [sample-request.json](https://github.com/Azure/azureml-examples/blob/3079666e3d0dade16fe85dd2c128b0ebaab65101/sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-tensorflow/request/sample-request.json)
43+
- 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)
44+
- scoring script [score.py](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-tensorflow/src/score.py)
45+
- sample request file [sample-request.json](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/single-step/tensorflow/train-hyperparameter-tune-deploy-with-tensorflow/request/sample-request.json)
5046

51-
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.
5248

5349

5450
[!INCLUDE [gpu quota](../../includes/machine-learning-gpu-quota-prereq.md)]

0 commit comments

Comments
 (0)