Skip to content

DANN for MNIST -> MNISTM

Latest
Compare
Choose a tag to compare
@bobvo23 bobvo23 released this 24 Feb 04:03
· 15 commits to main since this release

Bug fix: now default to train on GPU, fall back to CPU if needed.

Fully working adaptation model based on DANN architecture
Source dataset: MNIST
Target dataset: MNISTM

MNIST ACC: 99%
MNISTM ACC: 93.5% | Without Adaptation: 51%

Train:
python3 train.py -c config.json
Test:
python3 test.py -c config.json -r [checkpoint]