File size: 436 Bytes
c70812a
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
python -u -m torch.distributed.launch --nnodes=1 --nproc_per_node=4 --node_rank=0 --master_port=16006 \
./train.py --datapath "../datasets" \
           --benchmark coco \
           --fold 0 \
           --bsz 12 \
           --nworker 8 \
           --backbone swin \
           --feature_extractor_path "../backbones/swin_base_patch4_window12_384.pth" \
           --logpath "./logs" \
           --lr 1e-3 \
           --nepoch 500