resnet152_yolo.cfg uses learning_rate, steps, scales, decay, momentum as in the RetinaNet

This commit is contained in:
AlexeyAB
2018-03-05 23:07:33 +03:00
parent 0c07837397
commit e90afa6ec1

View File

@ -5,17 +5,22 @@ height=416
width=416
channels=3
momentum=0.9
decay=0.0005
decay=0.0001
#decay=0.0005
angle=0
saturation = 1.5
exposure = 1.5
hue=.1
learning_rate=0.0001
max_batches = 45000
learning_rate=0.01
max_batches = 90000
policy=steps
steps=100,25000,35000
scales=10,.1,.1
steps=60000,80000
scales=.1,.1
#learning_rate=0.0001
#steps=100,25000,35000
#scales=10,.1,.1
[convolutional]
batch_normalize=1