mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
lots of stuff
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
[net]
|
||||
batch=128
|
||||
subdivisions=32
|
||||
subdivisions=1
|
||||
height=256
|
||||
width=256
|
||||
channels=3
|
||||
learning_rate=0.01
|
||||
momentum=0.9
|
||||
decay=0.0005
|
||||
learning_rate=0.01
|
||||
policy=poly
|
||||
power=.5
|
||||
max_batches=600000
|
||||
|
||||
[crop]
|
||||
crop_height=224
|
||||
@@ -24,8 +27,8 @@ pad=1
|
||||
activation=leaky
|
||||
|
||||
[maxpool]
|
||||
size=3
|
||||
stride=2
|
||||
size=2
|
||||
|
||||
[convolutional]
|
||||
filters=32
|
||||
@@ -35,8 +38,8 @@ pad=1
|
||||
activation=leaky
|
||||
|
||||
[maxpool]
|
||||
size=3
|
||||
stride=2
|
||||
size=2
|
||||
|
||||
[convolutional]
|
||||
filters=64
|
||||
@@ -46,8 +49,8 @@ pad=1
|
||||
activation=leaky
|
||||
|
||||
[maxpool]
|
||||
size=3
|
||||
stride=2
|
||||
size=2
|
||||
|
||||
[convolutional]
|
||||
filters=128
|
||||
@@ -57,8 +60,8 @@ pad=1
|
||||
activation=leaky
|
||||
|
||||
[maxpool]
|
||||
size=3
|
||||
stride=2
|
||||
size=2
|
||||
|
||||
[convolutional]
|
||||
filters=256
|
||||
@@ -68,8 +71,8 @@ pad=1
|
||||
activation=leaky
|
||||
|
||||
[maxpool]
|
||||
size=3
|
||||
stride=2
|
||||
size=2
|
||||
|
||||
[convolutional]
|
||||
filters=512
|
||||
@@ -79,8 +82,8 @@ pad=1
|
||||
activation=leaky
|
||||
|
||||
[maxpool]
|
||||
size=3
|
||||
stride=2
|
||||
size=2
|
||||
|
||||
[convolutional]
|
||||
filters=1024
|
||||
@@ -96,7 +99,7 @@ probability=.5
|
||||
|
||||
[connected]
|
||||
output=1000
|
||||
activation=leaky
|
||||
activation=linear
|
||||
|
||||
[softmax]
|
||||
|
||||
|
Reference in New Issue
Block a user