You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configs/train_config.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ model:
12
12
13
13
training:
14
14
num_epochs: 200
15
-
learning_rate: 1e-3
15
+
learning_rate: 1e-4
16
16
save_dir: "weights"
17
-
save_frequency: 100
17
+
save_frequency: 5
18
18
warmup_epochs: 5
19
19
use_lora: true
20
20
use_lora_layers: true # This applies lora to only bbox pred layer and few transformer decoder layers the number of trainable parameters in this case will be < 1% of total parameters
# Config file of the prediction, the model weights can be complete model weights but if use_lora is true then lora_wights should also be present see example
0 commit comments