From cb448e0bb9a06077414ec8e8cb2660ca73e11c68 Mon Sep 17 00:00:00 2001 From: MaKaNu <32844273+MaKaNu@users.noreply.github.com> Date: Tue, 8 Jun 2021 14:31:33 +0200 Subject: [PATCH 1/2] Change not working urls In the section To Do are to fixes with two links to not existing articles of Tramac. Changed one link to an article which might be the correct one Second link no match found :( --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d491560..3658415b2 100644 --- a/README.md +++ b/README.md @@ -185,9 +185,12 @@ See [TEST](https://github.com/Tramac/Awesome-semantic-segmentation-pytorch/tree/ - [ ] remove syncbn - [ ] train & evaluate - [x] test distributed training +- [x] fix syncbn ([Why SyncBN?](https://tramac.github.io/2019/02/25/%E8%B7%A8%E5%8D%A1%E5%90%8C%E6%AD%A5%20Batch%20Normalization[%E8%BD%AC]/)) +- [x] add distributed ([How DIST?]("")) + ## References - [PyTorch-Encoding](https://github.com/zhanghang1989/PyTorch-Encoding) - [maskrcnn-benchmark](https://github.com/facebookresearch/maskrcnn-benchmark) From 46f22d2eae643607599df9316bfc1e2507f83b5e Mon Sep 17 00:00:00 2001 From: MaKaNu <32844273+MaKaNu@users.noreply.github.com> Date: Tue, 8 Jun 2021 17:53:04 +0200 Subject: [PATCH 2/2] Added second missing link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3658415b2..a53fa76b9 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ See [TEST](https://github.com/Tramac/Awesome-semantic-segmentation-pytorch/tree/ - [ ] train & evaluate - [x] test distributed training - [x] fix syncbn ([Why SyncBN?](https://tramac.github.io/2019/02/25/%E8%B7%A8%E5%8D%A1%E5%90%8C%E6%AD%A5%20Batch%20Normalization[%E8%BD%AC]/)) -- [x] add distributed ([How DIST?]("")) +- [x] add distributed ([How DIST?]("https://tramac.github.io/2019/03/06/%E5%88%86%E5%B8%83%E5%BC%8F%E8%AE%AD%E7%BB%83-PyTorch/"))