mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
more writing fixes
This commit is contained in:
@@ -4,39 +4,31 @@ subdivisions=2
|
||||
height=256
|
||||
width=256
|
||||
channels=3
|
||||
learning_rate=0.000001
|
||||
learning_rate=0.00000001
|
||||
momentum=0.9
|
||||
decay=0.0005
|
||||
seen=0
|
||||
|
||||
[crop]
|
||||
crop_height=256
|
||||
crop_width=256
|
||||
flip=0
|
||||
angle=0
|
||||
saturation=1
|
||||
exposure=1
|
||||
[convolutional]
|
||||
filters=32
|
||||
size=3
|
||||
stride=1
|
||||
pad=1
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
filters=32
|
||||
size=3
|
||||
stride=1
|
||||
pad=1
|
||||
activation=ramp
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
filters=32
|
||||
size=3
|
||||
stride=1
|
||||
pad=1
|
||||
activation=ramp
|
||||
|
||||
[convolutional]
|
||||
filters=32
|
||||
size=3
|
||||
stride=1
|
||||
pad=1
|
||||
activation=ramp
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
filters=1
|
||||
|
||||
Reference in New Issue
Block a user