mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
XNOR-net tiny-yolo_xnor.cfg ~2x faster than cuDNN on CUDA (nVidia GPU Maxwell)
This commit is contained in:
@ -32,6 +32,7 @@ stride=2
|
||||
|
||||
[convolutional]
|
||||
xnor=1
|
||||
bin_output=1
|
||||
batch_normalize=1
|
||||
filters=32
|
||||
size=3
|
||||
@ -45,6 +46,7 @@ stride=2
|
||||
|
||||
[convolutional]
|
||||
xnor=1
|
||||
bin_output=1
|
||||
batch_normalize=1
|
||||
filters=64
|
||||
size=3
|
||||
@ -58,6 +60,7 @@ stride=2
|
||||
|
||||
[convolutional]
|
||||
xnor=1
|
||||
bin_output=1
|
||||
batch_normalize=1
|
||||
filters=128
|
||||
size=3
|
||||
@ -71,6 +74,7 @@ stride=2
|
||||
|
||||
[convolutional]
|
||||
xnor=1
|
||||
bin_output=1
|
||||
batch_normalize=1
|
||||
filters=256
|
||||
size=3
|
||||
@ -84,6 +88,7 @@ stride=2
|
||||
|
||||
[convolutional]
|
||||
xnor=1
|
||||
bin_output=1
|
||||
batch_normalize=1
|
||||
filters=512
|
||||
size=3
|
||||
@ -97,6 +102,7 @@ stride=1
|
||||
|
||||
[convolutional]
|
||||
xnor=1
|
||||
bin_output=1
|
||||
batch_normalize=1
|
||||
filters=1024
|
||||
size=3
|
||||
|
@ -36,6 +36,7 @@ stride=2
|
||||
|
||||
[convolutional]
|
||||
xnor=1
|
||||
bin_output=1
|
||||
batch_normalize=1
|
||||
filters=32
|
||||
size=3
|
||||
@ -49,6 +50,7 @@ stride=2
|
||||
|
||||
[convolutional]
|
||||
xnor=1
|
||||
bin_output=1
|
||||
batch_normalize=1
|
||||
filters=64
|
||||
size=3
|
||||
@ -62,6 +64,7 @@ stride=2
|
||||
|
||||
[convolutional]
|
||||
xnor=1
|
||||
bin_output=1
|
||||
batch_normalize=1
|
||||
filters=128
|
||||
size=3
|
||||
@ -88,6 +91,7 @@ stride=2
|
||||
|
||||
[convolutional]
|
||||
xnor=1
|
||||
bin_output=1
|
||||
batch_normalize=1
|
||||
filters=512
|
||||
size=3
|
||||
@ -101,6 +105,7 @@ stride=1
|
||||
|
||||
[convolutional]
|
||||
xnor=1
|
||||
bin_output=1
|
||||
batch_normalize=1
|
||||
filters=1024
|
||||
size=3
|
||||
@ -173,6 +178,7 @@ stride=1
|
||||
pad=1
|
||||
activation=leaky
|
||||
|
||||
|
||||
[convolutional]
|
||||
size=1
|
||||
stride=1
|
||||
|
Reference in New Issue
Block a user