From e662e566b4f492d924a195024914a003967df815 Mon Sep 17 00:00:00 2001 From: gouravbansal26 <44529597+gouravbansal26@users.noreply.github.com> Date: Sat, 27 Oct 2018 22:47:46 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8741dae66589..8cdf33422a56 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ CPU inference performance improvements using MKL New loss function: hierarchical softmax * Thanks @yaochengji for the contribution! -Distributed Training with Mulitple Learners +Distributed Training with Multiple Learners * Trainer now accepts multiple parameter learners for distributed training. With this change, different parameters of a network can be learned by different learners in a single training session. This also facilitates distributed training for GANs. For more information, please refer to the [Basic_GAN_Distributed.py](/Examples/Image/GAN/Basic_GAN_Distributed.py) and the [cntk.learners.distributed_multi_learner_test.py](/bindings/python/cntk/learners/tests/distributed_multi_learner_test.py) Operators