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
|
||||
|
||||
[shortcut]
|
||||
from=-4
|
||||
from=-2
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
|
@ -374,7 +374,7 @@ pad=1
|
|||
activation=linear
|
||||
|
||||
[shortcut]
|
||||
from=-4
|
||||
from=-2
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
|
@ -1397,7 +1397,7 @@ pad=1
|
|||
activation=linear
|
||||
|
||||
[shortcut]
|
||||
from=-4
|
||||
from=-2
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
|
@ -1720,7 +1720,7 @@ pad=1
|
|||
activation=linear
|
||||
|
||||
[shortcut]
|
||||
from=-4
|
||||
from=-2
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
|
@ -2067,7 +2067,7 @@ pad=1
|
|||
activation=linear
|
||||
|
||||
[shortcut]
|
||||
from=-4
|
||||
from=-2
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
|
|
|
@ -148,7 +148,7 @@ pad=1
|
|||
activation=linear
|
||||
|
||||
[shortcut]
|
||||
from=-4
|
||||
from=-2
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
|
@ -374,7 +374,7 @@ pad=1
|
|||
activation=linear
|
||||
|
||||
[shortcut]
|
||||
from=-4
|
||||
from=-2
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
|
@ -1397,7 +1397,7 @@ pad=1
|
|||
activation=linear
|
||||
|
||||
[shortcut]
|
||||
from=-4
|
||||
from=-2
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
|
@ -1720,7 +1720,7 @@ pad=1
|
|||
activation=linear
|
||||
|
||||
[shortcut]
|
||||
from=-4
|
||||
from=-2
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
|
@ -2067,7 +2067,7 @@ pad=1
|
|||
activation=linear
|
||||
|
||||
[shortcut]
|
||||
from=-4
|
||||
from=-2
|
||||
activation=leaky
|
||||
|
||||
[convolutional]
|
||||
|
|
Loading…
Reference in New Issue