Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Apr 19, 2024
1 parent 094f715 commit 11b14b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configs/segmentation/baseline/baseline_general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ INPUT:
PERCENTAGES: (0.25, 0.25, 0.25, 0.25)

DATALOADER:
NUM_WORKERS: 32
NUM_WORKERS: 64
FILTER_EMPTY_ANNOTATIONS: False

SOLVER:
IMS_PER_BATCH: 16
IMS_PER_BATCH: 32
CHECKPOINT_PERIOD: 25000
BASE_LR: 0.0002
GAMMA: 0.1
Expand Down
2 changes: 1 addition & 1 deletion configs/segmentation/baseline/baseline_no_augments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ SOLVER:
BASE_LR: 0.0002
GAMMA: 0.1
STEPS: () #(80000, 120000, 160000)
MAX_ITER: 750000
MAX_ITER: 250000

MODEL:
MODE: baseline
Expand Down

0 comments on commit 11b14b5

Please sign in to comment.