marrlab/DomainLab

jigen performance break

Closed this issue · 6 comments

this pr #728 already fixed the bad performance for jigen and dann

It looks like change warmup from 10 to 20 helps
d980abf

it looks like setting warmups to 20 does not help, the good performance was for ERM not jigen

Maybe change it back to 500?

python main_out.py --te_d=sketch --tpath=examples/tasks/task_pacs_path_list.py --model=jigen --npath=examples/nets/resnet50domainbed.py
this works ok

could be because randomresiedcrop will zoom the image

0d3489e

it looks like colorjittern with random grayscale also breaks the preformance, the original paper use no augmentation at all, just normoization
https://github.com/fmcarlucci/JigenDG/blob/master/data/JigsawLoader.py