This is a pytorch implementation of the paper Unsupervised Domain Adaptation by Backpropagation
- Pytorch 1.0
- Python 2.7
First, you need download the target dataset mnist_m from pan.baidu.com fetch code: kjan or Google Drive
cd dataset
mkdir mnist_m
cd mnist_m
tar -zvxf mnist_m.tar.gz
Then, run main.py
python 3 and docker version please go to DANN_py3