python -m UPANets.main
python -m UPANets.main --use_clustering_curriculum
download Tiny ImageNet dataset
python main.py path/to/tiny/ImageNet -a Densenet121 --exp_name baseline
python main.py path/to/tiny/ImageNet --use_clustering_curriculum -a Densenet121 --exp_name clustering
The code to reproduce this expirement is in https://github.com/yishayahu/domain_shift_anatomy.git.