Skip to content

Commit

Permalink
Update MAX_ITER value in YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Dec 22, 2023
1 parent 1d118ad commit 5e4ad7e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configs/segmentation/baseline/baseline_ovdr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SOLVER:
BASE_LR: 0.0002
GAMMA: 0.1
STEPS: () #(80000, 120000, 160000)
MAX_ITER: 500000
MAX_ITER: 250000

MODEL:
MODE: baseline
Expand Down
2 changes: 1 addition & 1 deletion configs/segmentation/baseline/baseline_ovdr2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SOLVER:
BASE_LR: 0.0002
GAMMA: 0.1
STEPS: () #(80000, 120000, 160000)
MAX_ITER: 500000
MAX_ITER: 250000

MODEL:
MODE: baseline
Expand Down
4 changes: 2 additions & 2 deletions configs/segmentation/baseline/baseline_ovdr3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SOLVER:
BASE_LR: 0.0002
GAMMA: 0.1
STEPS: () #(80000, 120000, 160000)
MAX_ITER: 500000
MAX_ITER: 250000

MODEL:
MODE: baseline
Expand All @@ -95,7 +95,7 @@ MODEL:
WEIGHTS:

TRAIN:
WEIGHTS:
WEIGHTS:

TEST:
EVAL_PERIOD: 10000
Expand Down
2 changes: 1 addition & 1 deletion configs/segmentation/baseline/baseline_ovdr_crop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ SOLVER:
BASE_LR: 0.0002
GAMMA: 0.1
STEPS: () #(80000, 120000, 160000)
MAX_ITER: 500000
MAX_ITER: 250000

MODEL:
MODE: baseline
Expand Down
2 changes: 1 addition & 1 deletion configs/segmentation/baseline/baseline_ovdr_rotate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ SOLVER:
BASE_LR: 0.0002
GAMMA: 0.1
STEPS: () #(80000, 120000, 160000)
MAX_ITER: 500000
MAX_ITER: 250000

MODEL:
MODE: baseline
Expand Down
2 changes: 1 addition & 1 deletion configs/segmentation/top_bottom/top_bottom_scaling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ SOLVER:
BASE_LR: 0.0002
GAMMA: 0.1
STEPS: () #(80000, 120000, 160000)
MAX_ITER: 500000
MAX_ITER: 250000

MODEL:
MODE: top_bottom
Expand Down

0 comments on commit 5e4ad7e

Please sign in to comment.