Skip to content

Commit

Permalink
move eval period
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Nov 13, 2023
1 parent 974351e commit 54a1118
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 27 deletions.
16 changes: 7 additions & 9 deletions configs/segmentation/baseline/baseline_ovdr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NAME: ovdr
PREPROCESS:
OVERWRITE: False
DISABLE_CHECK: False

RESIZE:
RESIZE_MODE: "scaling"
SCALING: 0.5
Expand All @@ -35,7 +35,7 @@ INPUT:
PROBABILITY: 0.2
MIN_INTENSITY: 0.5
MAX_INTENSITY: 1.5

SATURATION:
PROBABILITY: 0.1
MIN_INTENSITY: 0.5
Expand All @@ -48,7 +48,7 @@ INPUT:

HORIZONTAL_FLIP:
PROBABILITY: 0.

VERTICAL_FLIP:
PROBABILITY: 0.

Expand All @@ -63,7 +63,7 @@ INPUT:
TRANSLATION:
PROBABILITY: 0.9
STANDARD_DEVIATION: 0.02

ROTATION:
PROBABILITY: 0.9
KAPPA: 30.
Expand All @@ -84,19 +84,17 @@ SOLVER:
STEPS: () #(80000, 120000, 160000)
MAX_ITER: 250000

TEST:
EVAL_PERIOD: 10000

MODEL:
MODE: baseline

SEM_SEG_HEAD:
NUM_CLASSES: 2

WEIGHTS:

TRAIN:
WEIGHTS:

TEST:
WEIGHTS:
WEIGHTS:
EVAL_PERIOD: 10000
16 changes: 7 additions & 9 deletions configs/segmentation/baseline/baseline_ovdr2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NAME: ovdr
PREPROCESS:
OVERWRITE: False
DISABLE_CHECK: False

RESIZE:
RESIZE_MODE: "shortest_edge"
RESIZE_SAMPLING: "choice"
Expand Down Expand Up @@ -37,7 +37,7 @@ INPUT:
PROBABILITY: 0.2
MIN_INTENSITY: 0.5
MAX_INTENSITY: 1.5

SATURATION:
PROBABILITY: 0.1
MIN_INTENSITY: 0.5
Expand All @@ -50,7 +50,7 @@ INPUT:

HORIZONTAL_FLIP:
PROBABILITY: 0.

VERTICAL_FLIP:
PROBABILITY: 0.

Expand All @@ -65,7 +65,7 @@ INPUT:
TRANSLATION:
PROBABILITY: 0.9
STANDARD_DEVIATION: 0.02

ROTATION:
PROBABILITY: 0.9
KAPPA: 30.
Expand All @@ -86,19 +86,17 @@ SOLVER:
STEPS: () #(80000, 120000, 160000)
MAX_ITER: 250000

TEST:
EVAL_PERIOD: 10000

MODEL:
MODE: baseline

SEM_SEG_HEAD:
NUM_CLASSES: 2

WEIGHTS:

TRAIN:
WEIGHTS:

TEST:
WEIGHTS:
EVAL_PERIOD: 10000
WEIGHTS:
16 changes: 7 additions & 9 deletions configs/segmentation/baseline/baseline_ovdr3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NAME: ovdr_keep_training
PREPROCESS:
OVERWRITE: False
DISABLE_CHECK: False

RESIZE:
RESIZE_MODE: "shortest_edge"
RESIZE_SAMPLING: "choice"
Expand Down Expand Up @@ -37,7 +37,7 @@ INPUT:
# PROBABILITY: 0.2
# MIN_INTENSITY: 0.5
# MAX_INTENSITY: 1.5

# SATURATION:
# PROBABILITY: 0.1
# MIN_INTENSITY: 0.5
Expand All @@ -50,7 +50,7 @@ INPUT:

# HORIZONTAL_FLIP:
# PROBABILITY: 0.

# VERTICAL_FLIP:
# PROBABILITY: 0.

Expand All @@ -65,7 +65,7 @@ INPUT:
# TRANSLATION:
# PROBABILITY: 0.9
# STANDARD_DEVIATION: 0.02

# ROTATION:
# PROBABILITY: 0.9
# KAPPA: 30.
Expand All @@ -86,19 +86,17 @@ SOLVER:
STEPS: () #(80000, 120000, 160000)
MAX_ITER: 500000

TEST:
EVAL_PERIOD: 10000

MODEL:
MODE: baseline

SEM_SEG_HEAD:
NUM_CLASSES: 2

WEIGHTS:

TRAIN:
WEIGHTS: /home/stefan/Documents/stefan_klut/RUN_2023-10-06_10-59-08/checkpoints/model_final.pth

TEST:
WEIGHTS:
EVAL_PERIOD: 10000
WEIGHTS:

0 comments on commit 54a1118

Please sign in to comment.