-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevaluate_baseline_lvot_seed1773.sh
19 lines (19 loc) · 4.86 KB
/
evaluate_baseline_lvot_seed1773.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/efficientnetb5_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/
# python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/efficientnetb4_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/
# python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/efficientnetb3_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/
python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/efficientnetb2_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/ --seed 1773
python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/efficientnetb1_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/ --seed 1773
python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/efficientnetb0_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/ --seed 1773
python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/resnet34_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/ --seed 1773
python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/resnet50_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/ --seed 1773
python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/resnet101_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/ --seed 1773
python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/resnet152_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/ --seed 1773
# python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/swin_base_patch4_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --pretrained save/swin_base_patch4_window7_224.pth --use-checkpoint --output=/media/ilkay/data/caner/saved_models/
# python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/swin_small_patch4_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --pretrained save/swin_small_patch4_window7_224.pth --use-checkpoint --output=/media/ilkay/data/caner/saved_models/
# python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/swin_tiny_patch4_window7_224_1ktoLVOT_finetune_3xlr.yaml --batch-size 128 --pretrained save/swin_tiny_patch4_window7_224.pth --use-checkpoint --output=/media/ilkay/data/caner/saved_models/
#python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/swin_base_patch4_window7_224_LVOT.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/
#python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/swin_small_patch4_window7_224_LVOT.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/
#python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/swin_tiny_patch4_window7_224_LVOT.yaml --batch-size 128 --use-checkpoint --output=/media/ilkay/data/caner/saved_models/
python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/swin_base_patch4_window7_224_1ktoLVOT_finetune.yaml --batch-size 128 --pretrained save/swin_base_patch4_window7_224.pth --use-checkpoint --output=/media/ilkay/data/caner/saved_models/ --seed 1773
python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/swin_small_patch4_window7_224_1ktoLVOT_finetune.yaml --batch-size 128 --pretrained save/swin_small_patch4_window7_224.pth --use-checkpoint --output=/media/ilkay/data/caner/saved_models/ --seed 1773
python -m torch.distributed.launch --nproc_per_node 1 --master_port=12345 main_test.py --cfg configs/LVOT/swin_tiny_patch4_window7_224_1ktoLVOT_finetune.yaml --batch-size 128 --pretrained save/swin_tiny_patch4_window7_224.pth --use-checkpoint --output=/media/ilkay/data/caner/saved_models/ --seed 1773