A PyTorch implementation for paper Unsupervised Domain Adaptation by Backpropagation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
wogong 837812da0c minor update, remove some params 7 years ago
core minor update, remove some params 7 years ago
datasets minor update, remove some params 7 years ago
models minor update, remove some params 7 years ago
.gitignore minor update, remove some params 7 years ago
LICENSE Initial commit 7 years ago
README.md update readme. 7 years ago
main.py minor update. 7 years ago
main_office.py add office datasets and experiment. 7 years ago
params.py minor update, remove some params 7 years ago
utils.py minor update. 7 years ago

README.md

PyTorch-DANN

A pytorch implementation for paper Unsupervised Domain Adaptation by Backpropagation

InProceedings (icml2015-ganin15)
Ganin, Y. & Lempitsky, V.
Unsupervised Domain Adaptation by Backpropagation
Proceedings of the 32nd International Conference on Machine Learning, 2015

Environment

  • Python 2.7/3.6
  • PyTorch 0.3.1post2

Result

results of the default params.py

SVHN (Source) MNIST (Target)
Source Classifier 92.92% 68.66%
DANN ----%

Other implementations

Credit