Skip to content

Commit

Permalink
Correct hyperparameters
Browse files Browse the repository at this point in the history
  • Loading branch information
JSabadin committed Oct 1, 2024
1 parent ca147ca commit 83c2b75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/detection_light_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trainer:

batch_size: 8
epochs: &epochs 200
n_workers: 8
n_workers: 4
validation_interval: 10
n_log_images: 8

Expand Down
5 changes: 3 additions & 2 deletions configs/segmentation_light_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ trainer:
optimizer:
name: SGD
params:
lr: 0.01
lr: 0.02
momentum: 0.9
weight_decay: 0.0005
nesterov: true

scheduler:
name: CosineAnnealingLR
params:
T_max: *epochs
eta_min: 0.0002

0 comments on commit 83c2b75

Please sign in to comment.