mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
resnet152_yolo.cfg uses learning_rate, steps, scales, decay, momentum as in the RetinaNet
This commit is contained in:
@ -5,17 +5,22 @@ height=416
|
|||||||
width=416
|
width=416
|
||||||
channels=3
|
channels=3
|
||||||
momentum=0.9
|
momentum=0.9
|
||||||
decay=0.0005
|
decay=0.0001
|
||||||
|
#decay=0.0005
|
||||||
angle=0
|
angle=0
|
||||||
saturation = 1.5
|
saturation = 1.5
|
||||||
exposure = 1.5
|
exposure = 1.5
|
||||||
hue=.1
|
hue=.1
|
||||||
|
|
||||||
learning_rate=0.0001
|
learning_rate=0.01
|
||||||
max_batches = 45000
|
max_batches = 90000
|
||||||
policy=steps
|
policy=steps
|
||||||
steps=100,25000,35000
|
steps=60000,80000
|
||||||
scales=10,.1,.1
|
scales=.1,.1
|
||||||
|
|
||||||
|
#learning_rate=0.0001
|
||||||
|
#steps=100,25000,35000
|
||||||
|
#scales=10,.1,.1
|
||||||
|
|
||||||
[convolutional]
|
[convolutional]
|
||||||
batch_normalize=1
|
batch_normalize=1
|
||||||
|
Reference in New Issue
Block a user