From 6f525d9a0a2f5b65cd226c98ef9e6139c6c200a1 Mon Sep 17 00:00:00 2001 From: zjkjzj Date: Wed, 9 Feb 2022 21:27:32 +0800 Subject: [PATCH] docs(readme): update Thanks https://github.com/pytorch/examples/tree/master/mnist_hogwild --- README.md | 1 + README.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index eb444f4..a2fca13 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ At present, four training scenarios are implemented: ## Thanks +* [examples/mnist_hogwild](https://github.com/pytorch/examples/tree/master/mnist_hogwild) * [Distributed data parallel training in Pytorch](https://yangkky.github.io/2019/07/08/distributed-pytorch-tutorial.html) * [tczhangzhi/pytorch-distributed](https://github.com/tczhangzhi/pytorch-distributed) diff --git a/README.zh-CN.md b/README.zh-CN.md index 84e82f8..2c62ba5 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -55,6 +55,7 @@ $ pip install -r requirements.txt ## 致谢 +* [examples/mnist_hogwild](https://github.com/pytorch/examples/tree/master/mnist_hogwild) * [Distributed data parallel training in Pytorch](https://yangkky.github.io/2019/07/08/distributed-pytorch-tutorial.html) * [tczhangzhi/pytorch-distributed](https://github.com/tczhangzhi/pytorch-distributed)