Skip to content

Commit

Permalink
Update hyperparameters.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
max-unfinity committed Nov 21, 2024
1 parent 666e51e commit d36f1f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions supervisely_integration/train/hyperparameters.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
epoches: 30
batch_size: 8
epoches: 50
batch_size: 16
eval_spatial_size: [640, 640] # height, width

checkpoint_freq: 5
Expand All @@ -16,12 +16,12 @@ clip_max_norm: 0.1

lr_scheduler:
type: MultiStepLR # CosineAnnealingLR | OneCycleLR
milestones: [1000]
milestones: [35, 45] # epochs
gamma: 0.1

lr_warmup_scheduler:
type: LinearWarmup
warmup_duration: 2000
warmup_duration: 1000 # steps

use_ema: True
ema:
Expand Down

0 comments on commit d36f1f6

Please sign in to comment.