-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathrun.sh
More file actions
51 lines (48 loc) · 1.17 KB
/
run.sh
File metadata and controls
51 lines (48 loc) · 1.17 KB
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
python train_detection.py \
--weight dinov3_convnext_tiny_pretrain_lvd1689m-21b726bb.pth \
--model-name dinov3_convnext_tiny \
--imgsz 640 640 \
--lr 0.0005 \
--epochs 1 \
--scheduler-epochs 15 \
--workers 8 \
--batch 32 \
--config detection_configs/voc.yaml \
--out-dir trial_runs \
--head ssd
python train_detection.py \
--weight dinov3_convnext_tiny_pretrain_lvd1689m-21b726bb.pth \
--model-name dinov3_convnext_tiny \
--imgsz 640 640 \
--lr 0.0005 \
--epochs 1 \
--scheduler-epochs 15 \
--workers 8 \
--batch 32 \
--config detection_configs/voc.yaml \
--out-dir trial_runs \
--head retinanet
python train_detection.py \
--weight dinov3_convnext_tiny_pretrain_lvd1689m-21b726bb.pth \
--model-name dinov3_convnext_tiny \
--imgsz 640 640 \
--lr 0.0005 \
--epochs 1 \
--scheduler-epochs 15 \
--workers 8 \
--batch 32 \
--config detection_configs/voc.yaml \
--out-dir trial_runs \
--head ssd
python train_detection.py \
--weight dinov3_convnext_tiny_pretrain_lvd1689m-21b726bb.pth \
--model-name dinov3_convnext_tiny \
--imgsz 640 640 \
--lr 0.0005 \
--epochs 1 \
--scheduler-epochs 15 \
--workers 8 \
--batch 32 \
--config detection_configs/voc.yaml \
--out-dir trial_runs \
--head retinanet