Skip to content

Commit

Permalink
learning rate updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jongchan Park committed Oct 19, 2017
1 parent 6352084 commit 80f9c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VDSR.py
Expand Up @@ -12,9 +12,9 @@
DATA_PATH = "./data/train/"
IMG_SIZE = (41, 41)
BATCH_SIZE = 64
BASE_LR = 0.00001
BASE_LR = 0.0001
LR_RATE = 0.1
LR_STEP_SIZE = 10 #epoch
LR_STEP_SIZE = 120
MAX_EPOCH = 120

USE_QUEUE_LOADING = True
Expand Down

0 comments on commit 80f9c4f

Please sign in to comment.