Implementation of "Adversarial Discriminative Domain Adaptation" in PyTorch
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 26fdf67924 General changes for development environment 4 years ago
input add .gitignore 6 years ago
outputs add .gitignore 6 years ago
.gitignore General changes for development environment 4 years ago
README.md General changes for development environment 4 years ago
altutils.py General changes for development environment 4 years ago
experiment.py logger 6 years ago
main.py update 6 years ago
models.py add batch norm 6 years ago
train_source.py add logger 6 years ago
trainer.py [misc] refactor logs, save target model, tensorboard 6 years ago
utils.py logger 6 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

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

adversarial target_domain

Resource