Remove 1 additional conv 3x3 kernel layer from resnet152_yolo.cfg and resnet50_yolo.cfg

pull/492/head
AlexeyAB 7 years ago
parent ae1768e583
commit 100d6f7801
  1. 2
      build/darknet/x64/partial.cmd
  2. 11
      build/darknet/x64/resnet152_yolo.cfg
  3. 13
      build/darknet/x64/resnet50_yolo.cfg

@ -21,7 +21,7 @@ darknet.exe partial cfg/densenet201.cfg densenet201.weights densenet201.300 300
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

@ -1449,17 +1449,6 @@ filters=1024
activation=leaky
[convolutional]
batch_normalize=1
size=3
stride=1
pad=1
filters=1024
activation=leaky
[convolutional]
size=1
stride=1

@ -488,7 +488,7 @@ activation=linear
[shortcut]
from=-4
activation=leaky
stopbackward=1
#stopbackward=1
@ -501,17 +501,6 @@ filters=1024
activation=leaky
[convolutional]
batch_normalize=1
size=3
stride=1
pad=1
filters=1024
activation=leaky
[convolutional]
size=1
stride=1

Loading…
Cancel
Save