AlexeyAB
2018-03-05 100d6f78011f0a773442411e2882a0203d390585
Remove 1 additional conv 3x3 kernel layer from resnet152_yolo.cfg and resnet50_yolo.cfg
3 files modified
26 ■■■■■ changed files
build/darknet/x64/partial.cmd 2 ●●● patch | view | raw | blame | history
build/darknet/x64/resnet152_yolo.cfg 11 ●●●●● patch | view | raw | blame | history
build/darknet/x64/resnet50_yolo.cfg 13 ●●●●● patch | view | raw | blame | history
build/darknet/x64/partial.cmd
@@ -21,7 +21,7 @@
darknet.exe partial cfg/resnet50.cfg resnet50.weights resnet50.65 65
darknet.exe partial cfg/resnet152.cfg resnet152.weights resnet152.200 200
darknet.exe partial cfg/resnet152.cfg resnet152.weights resnet152.201 201
pause
build/darknet/x64/resnet152_yolo.cfg
@@ -1450,17 +1450,6 @@
[convolutional]
batch_normalize=1
size=3
stride=1
pad=1
filters=1024
activation=leaky
[convolutional]
size=1
stride=1
pad=1
build/darknet/x64/resnet50_yolo.cfg
@@ -488,7 +488,7 @@
[shortcut]
from=-4
activation=leaky
stopbackward=1
#stopbackward=1
@@ -502,17 +502,6 @@
[convolutional]
batch_normalize=1
size=3
stride=1
pad=1
filters=1024
activation=leaky
[convolutional]
size=1
stride=1
pad=1