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.
Fazil Altinel
b830e2968d
|
4 years ago | |
---|---|---|
core | 4 years ago | |
input | 6 years ago | |
models | 4 years ago | |
outputs | 6 years ago | |
utils | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
__init__.py | 4 years ago | |
main.py | 4 years ago |
README.md
ADDA.PyTorch
implement Adversarial Discriminative Domain Adapation in PyTorch
This repo is mostly based on https://github.com/Fujiki-Nakamura/ADDA.PyTorch
Note
Before running the training code, make sure that DATASETDIR
environment variable is set to dataset directory.
Example
$ python train_source.py --logdir outputs
$ python main.py --logdir outputs --trained outputs/best_model.pt --slope 0.2
Result
SVHN -> MNIST
Paper | This Repro | |
---|---|---|
Source only | 0.601 | 0.659 |
ADDA | 0.760 | ~0.83 |