Skip to content

DANN for MNIST -> MNISTM

Compare
Choose a tag to compare
@bobvo23 bobvo23 released this 24 Feb 00:43
· 20 commits to main since this release

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]