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