forked from facebookresearch/mae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
train_highres_v3_nystromer_script.sh
executable file
·44 lines (41 loc) · 1.48 KB
/
train_highres_v3_nystromer_script.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
# python submitit_pretrain_custom_v3_nystromer.py \
# --job_dir jobdir/highres_v3_nystromer-l64_vit_base_patch16_input224_combined_datasets \
# --ngpus 4 \
# --nodes 1 \
# --timeout 1500 \
# --batch_size 64 \
# --model mae_vit_base_patch16 \
# --input_size 224 \
# --norm_pix_loss \
# --mask_ratio 0.75 \
# --epochs 500 \
# --warmup_epochs 40 \
# --blr 1.5e-4 --weight_decay 0.05 \
# --partition 'batch' \
# --dataset combined_datasets
# python -m torch.distributed.launch --master_port=6667 --nproc_per_node=4 main_pretrain_custom_v3_nystromer.py \
# --output_dir jobdir/highres_v3_nystromer-l64_vit_base_patch16_input224_combined_datasets \
# --log_dir jobdir/highres_v3_nystromer-l64_vit_base_patch16_input224_combined_datasets \
# --num_workers 16\
# --batch_size 64 \
# --model mae_vit_base_patch16 \
# --input_size 224 \
# --norm_pix_loss \
# --mask_ratio 0.75 \
# --epochs 500 \
# --warmup_epochs 40 \
# --blr 1.5e-4 --weight_decay 0.05 \
# --dataset combined_datasets
python -m torch.distributed.launch --master_port=6667 --nproc_per_node=4 main_pretrain_custom_v3_nystromer.py \
--output_dir jobdir/test \
--log_dir jobdir/test \
--num_workers 10\
--batch_size 32 \
--model mae_vit_base_patch16 \
--input_size 224 \
--norm_pix_loss \
--mask_ratio 0.75 \
--epochs 500 \
--warmup_epochs 40 \
--blr 1.5e-4 --weight_decay 0.05 \
--dataset combined_datasets