From 3f59df3d148581c03c5d41defec6b0f286eea6bc Mon Sep 17 00:00:00 2001 From: fazilaltinel Date: Thu, 10 Dec 2020 16:10:20 +0300 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 001fdae..00ace4e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ADDA.PyTorch +# ADDA.PyTorch-resnet Implementation of "Adversarial Discriminative Domain Adapation" in PyTorch This repo is mostly based on https://github.com/Fujiki-Nakamura/ADDA.PyTorch @@ -18,7 +18,7 @@ $ python main.py --logdir outputs --trained outputs/best_model.pt --slope 0.2 ## Result ### SVHN -> MNIST -| | Paper | This Repro | +| | Paper | This Repo | | --- | --- | --- | | Source only | 0.601 | 0.659 | | ADDA | 0.760 | ~0.83 |