-
Notifications
You must be signed in to change notification settings - Fork 0
/
a.txt
4 lines (4 loc) · 991 Bytes
/
a.txt
1
2
3
4
python run_all.py --dset OfficeHome --auto_ratio 1000 --batch_size 65 --max_iterations 5000 --task_list 0,1,2,3,4,5,6,7,8,9,10,11 --d_iter 5 --pm_ratio 0.03162 --label_smooth 1 --cot 1 --cot_weight 1.0 --seed_list 0,1,2
python run_all.py --dset VisDA2017 --auto_ratio 1000 --batch_size 60 --max_iterations 10000 --d_iter 20 --pm_ratio 0.00001 --seed_list 0,1,2
python run_all.py --dset ImageNetCaltech --auto_ratio 0 --batch_size 100 --max_iterations 48000 --d_iter 1 --pm_ratio 0.1 --seed_list 0,1,2
python run_all.py --dset DomainNet --auto_ratio 0 --pre_train 3000 --batch_size 100 --max_iterations 10000 --task_list 0,1,2,3,4,5,6,7,8,9,10,11 --d_iter 1 --pm_ratio 0.000001 --NoRelu 1 --init_fc 1 --sf 1 --seed_list 0,1,2