-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_rafdb.sh
63 lines (32 loc) · 12.8 KB
/
run_rafdb.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 1 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_rcloss_1
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 1 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_pico_1
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 1 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_rcloss_1
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 1 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_pico_1
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 20 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_rcloss_20
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 20 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_pico_20
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 20 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_rcloss_20
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 20 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_pico_20
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 25 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_rcloss_25
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 25 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_pico_25
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 25 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_rcloss_25
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 25 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_pico_25
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 30 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_rcloss_30
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 30 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_pico_30
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 30 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_rcloss_30
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 30 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_pico_30
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 35 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_rcloss_35
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 35 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_pico_35
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 35 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_rcloss_35
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 35 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_pico_35
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 40 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_rcloss_40
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 40 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_pico_40
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 40 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_rcloss_40
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 40 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_pico_40
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 45 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_rcloss_45
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 45 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_pico_45
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 45 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_rcloss_45
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 45 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_pico_45
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 50 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_rcloss_50
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 50 --dataset rafdb --data_path /raid/libraboli/FER/raf_0806/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/rafdb/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0113_0054.pkl --exp 0511_rafdb_pico_50
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_rcloss.py --epochs 50 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_rcloss_50
python3 -m torch.distributed.launch --nproc_per_node=4 main_finetune_pico.py --epochs 50 --dataset ferplus --data_path /raid/libraboli/FER/alignment3/ --output_dir /raid/libraboli/FER/log_results --batch_size 160 --num_workers 12 --warmup_epochs 0 --finetune /raid/libraboli/FER/pretrain_models/MaskFeat_40/ferplus/checkpoint-599.pth --labelset /raid/libraboli/FER/small/0415_0415.pkl --exp 0511_ferplus_pico_50