mirror of https://github.com/AlexeyAB/darknet.git
Fixed resnet152_trident.cfg
This commit is contained in:
parent
678ba01335
commit
57264d1372
|
@ -148,7 +148,7 @@ pad=1
|
||||||
activation=linear
|
activation=linear
|
||||||
|
|
||||||
[shortcut]
|
[shortcut]
|
||||||
from=-4
|
from=-2
|
||||||
activation=leaky
|
activation=leaky
|
||||||
|
|
||||||
[convolutional]
|
[convolutional]
|
||||||
|
@ -374,7 +374,7 @@ pad=1
|
||||||
activation=linear
|
activation=linear
|
||||||
|
|
||||||
[shortcut]
|
[shortcut]
|
||||||
from=-4
|
from=-2
|
||||||
activation=leaky
|
activation=leaky
|
||||||
|
|
||||||
[convolutional]
|
[convolutional]
|
||||||
|
@ -1397,7 +1397,7 @@ pad=1
|
||||||
activation=linear
|
activation=linear
|
||||||
|
|
||||||
[shortcut]
|
[shortcut]
|
||||||
from=-4
|
from=-2
|
||||||
activation=leaky
|
activation=leaky
|
||||||
|
|
||||||
[convolutional]
|
[convolutional]
|
||||||
|
@ -1720,7 +1720,7 @@ pad=1
|
||||||
activation=linear
|
activation=linear
|
||||||
|
|
||||||
[shortcut]
|
[shortcut]
|
||||||
from=-4
|
from=-2
|
||||||
activation=leaky
|
activation=leaky
|
||||||
|
|
||||||
[convolutional]
|
[convolutional]
|
||||||
|
@ -2067,7 +2067,7 @@ pad=1
|
||||||
activation=linear
|
activation=linear
|
||||||
|
|
||||||
[shortcut]
|
[shortcut]
|
||||||
from=-4
|
from=-2
|
||||||
activation=leaky
|
activation=leaky
|
||||||
|
|
||||||
[convolutional]
|
[convolutional]
|
||||||
|
|
|
@ -148,7 +148,7 @@ pad=1
|
||||||
activation=linear
|
activation=linear
|
||||||
|
|
||||||
[shortcut]
|
[shortcut]
|
||||||
from=-4
|
from=-2
|
||||||
activation=leaky
|
activation=leaky
|
||||||
|
|
||||||
[convolutional]
|
[convolutional]
|
||||||
|
@ -374,7 +374,7 @@ pad=1
|
||||||
activation=linear
|
activation=linear
|
||||||
|
|
||||||
[shortcut]
|
[shortcut]
|
||||||
from=-4
|
from=-2
|
||||||
activation=leaky
|
activation=leaky
|
||||||
|
|
||||||
[convolutional]
|
[convolutional]
|
||||||
|
@ -1397,7 +1397,7 @@ pad=1
|
||||||
activation=linear
|
activation=linear
|
||||||
|
|
||||||
[shortcut]
|
[shortcut]
|
||||||
from=-4
|
from=-2
|
||||||
activation=leaky
|
activation=leaky
|
||||||
|
|
||||||
[convolutional]
|
[convolutional]
|
||||||
|
@ -1720,7 +1720,7 @@ pad=1
|
||||||
activation=linear
|
activation=linear
|
||||||
|
|
||||||
[shortcut]
|
[shortcut]
|
||||||
from=-4
|
from=-2
|
||||||
activation=leaky
|
activation=leaky
|
||||||
|
|
||||||
[convolutional]
|
[convolutional]
|
||||||
|
@ -2067,7 +2067,7 @@ pad=1
|
||||||
activation=linear
|
activation=linear
|
||||||
|
|
||||||
[shortcut]
|
[shortcut]
|
||||||
from=-4
|
from=-2
|
||||||
activation=leaky
|
activation=leaky
|
||||||
|
|
||||||
[convolutional]
|
[convolutional]
|
||||||
|
|
Loading…
Reference in New Issue