mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
hi
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[net]
|
||||
batch=64
|
||||
subdivisions=4
|
||||
batch=1
|
||||
subdivisions=1
|
||||
height=448
|
||||
width=448
|
||||
channels=3
|
||||
|
15
cfg/yolo.cfg
15
cfg/yolo.cfg
@ -1,6 +1,6 @@
|
||||
[net]
|
||||
batch=64
|
||||
subdivisions=64
|
||||
batch=1
|
||||
subdivisions=1
|
||||
height=448
|
||||
width=448
|
||||
channels=3
|
||||
@ -13,14 +13,6 @@ steps=200,400,600,20000,30000
|
||||
scales=2.5,2,2,.1,.1
|
||||
max_batches = 40000
|
||||
|
||||
[crop]
|
||||
crop_width=448
|
||||
crop_height=448
|
||||
flip=0
|
||||
angle=0
|
||||
saturation = 1.5
|
||||
exposure = 1.5
|
||||
|
||||
[convolutional]
|
||||
filters=64
|
||||
size=7
|
||||
@ -211,9 +203,6 @@ activation=leaky
|
||||
output=4096
|
||||
activation=leaky
|
||||
|
||||
[dropout]
|
||||
probability=.5
|
||||
|
||||
[connected]
|
||||
output= 1470
|
||||
activation=linear
|
||||
|
Reference in New Issue
Block a user