From 1ba4691b6306a34485c022ad48353116013eaa5c Mon Sep 17 00:00:00 2001 From: wogong Date: Wed, 23 May 2018 10:54:45 +0800 Subject: [PATCH] update readme. --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7824ade..0f0ed97 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,27 @@ A pytorch implementation for paper *[Unsupervised Domain Adaptation by Backpropa ## Environment -- Python 2.7 -- PyTorch 0.3.1 +- Python 2.7/3.6 +- PyTorch 0.3.1post2 ## Result results of the default `params.py` -| | MNIST (Source) | USPS (Target) | +| | SVHN (Source) | MNIST (Target)| | :--------------------------------: | :------------: | :-----------: | -| Source Classifier | 99.140000% | 83.978495% | -| DANN | | 97.634409% | +| Source Classifier | 92.92% | 68.66% | +| DANN | | ----% | + +## Other implementations + +- authors(caffe) +- TensorFlow, +- Theano, +- PyTorch, ## Credit - -- \ No newline at end of file +- +- \ No newline at end of file