Skip to content

Commit

Permalink
remove useless config
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeShewill-CV committed May 17, 2019
1 parent 333db38 commit 7d7d870
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/global_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
__C.TRAIN.BATCH_SIZE = 4
# Set the shadownet validation batch size
__C.TRAIN.VAL_BATCH_SIZE = 4
# Set the learning rate decay steps
__C.TRAIN.LR_DECAY_STEPS = 210000
# Set the learning rate decay rate
__C.TRAIN.LR_DECAY_RATE = 0.1
# Set the class numbers
__C.TRAIN.CLASSES_NUMS = 2
# Set the image height
Expand Down

0 comments on commit 7d7d870

Please sign in to comment.