Skip to content

Commit cfb52da

Browse files
committed
link updates
1 parent 027d99a commit cfb52da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/concept-distributed-training.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ In distributed training the work load to train a model is split up and shared am
1818
## Distributed training in Azure Machine Learning
1919

2020
There are two main types of distributed training: [data parallelism](#data-parallelism) and [model parallelism](#model-parallelism).
21-
Azure Machine Learning supports integrations with the popular deep learning frameworks, PyTorch and TensorFlow. Both frameworks employ data parallelism for distributed training, and leverage [horovod](https://horovod.readthedocs.io/en/latest/summary_include.html) for optimizing compute speeds.
21+
The [Azure Machine Learning SDK in Python](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py) supports integrations with popular deep learning frameworks, PyTorch and TensorFlow. Both frameworks employ data parallelism for distributed training, and leverage [horovod](https://horovod.readthedocs.io/en/latest/summary_include.html) for optimizing compute speeds.
2222

23-
* [Distributed training with PyTorch in the Python SDK](how-to-train-pytorch.md#distributed-training)
23+
* [Distributed training with PyTorch](how-to-train-pytorch.md#distributed-training)
2424

25-
* [Distributed training with TensorFlow in the ](how-to-train-tensorflow.md#distributed-training)
25+
* [Distributed training with TensorFlow](how-to-train-tensorflow.md#distributed-training)
2626

2727
For training traditional ML models, see [Azure Machine Learning SDK for Python](concept-train-machine-learning-model.md#python-sdk) for the different ways to train models using the Python SDK.
2828

0 commit comments

Comments
 (0)