From 0290193a00b3e1b15e6ef7384fadb3835df119a3 Mon Sep 17 00:00:00 2001 From: fazilaltinel Date: Fri, 18 Dec 2020 09:32:33 +0300 Subject: [PATCH] Add references to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24c0ed2..7adce7d 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,5 @@ $ python main.py --n_classes 31 --trained outputs/garbage/best_model.pt --lr 1e- ## Resource - https://arxiv.org/pdf/1702.05464.pdf - https://github.com/Fujiki-Nakamura/ADDA.PyTorch +- https://github.com/erictzeng/adda/issues/11 +- https://github.com/corenel/pytorch-adda/issues/15