From 60f33622ec4f3c4d54d8ff5efa1115a3b9464104 Mon Sep 17 00:00:00 2001 From: fazilaltinel Date: Fri, 18 Dec 2020 09:43:24 +0300 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7adce7d..8272405 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ADDA.PyTorch-resnet -Implementation of "Adversarial Discriminative Domain Adaptation" in PyTorch +Implementation of "Adversarial Discriminative Domain Adaptation" in PyTorch. This repo is mostly based on https://github.com/Fujiki-Nakamura/ADDA.PyTorch @@ -36,7 +36,7 @@ $ python main.py --n_classes 31 --trained outputs/garbage/best_model.pt --lr 1e- | Source only | 0.684 | 0.714 | | ADDA | 0.862 | 0.831 | -## Resource +## Resources - https://arxiv.org/pdf/1702.05464.pdf - https://github.com/Fujiki-Nakamura/ADDA.PyTorch - https://github.com/erictzeng/adda/issues/11