Skip to content

Commit

Permalink
Add new config for reset50
Browse files Browse the repository at this point in the history
  • Loading branch information
tripleMu committed May 13, 2022
1 parent 0e2ac35 commit 0c1fab0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion projects/classification/configs/deit_default_settings.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DATA:
BATCH_SIZE: 16
DATASET: imagenet
DATA_PATH: /DATA/disk1/ImageNet/extract
DATA_PATH: /media/ubuntu/Extra/oneflow_work/ImageNet
IMG_SIZE: 224
INTERPOLATION: bicubic
ZIP_MODE: False
Expand All @@ -27,6 +27,7 @@ TRAIN:

LR_SCHEDULER:
NAME: cosine
MILESTONES: None

OPTIMIZER:
NAME: adamw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,18 @@ MODEL:
TRAIN:
START_EPOCH: 0
EPOCHS: 300
WARMUP_EPOCHS: 20
WEIGHT_DECAY: 5e-4
WARMUP_EPOCHS: 3
WARMUP_LR: 0.0001
MIN_LR: 1.0e-06
WEIGHT_DECAY: 2.0e-05
BASE_LR: 0.01
CLIP_GRAD: None
AUTO_RESUME: True
ACCUMULATION_STEPS: 0

LR_SCHEDULER:
NAME: multi_step
NAME: cosine
MILESTONES: None

OPTIMIZER:
NAME: sgd
Expand Down

0 comments on commit 0c1fab0

Please sign in to comment.