Skip to content

Commit

Permalink
Update dt-6a-multi-se.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
pprp committed Jan 31, 2020
1 parent e1e446f commit 687e69a
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion cfg/dt-6a-multi-se.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ activation=leaky
[se]
reduction=16

[shortcut]
from=-2

[maxpool]
size=2
stride=2
Expand All @@ -48,6 +51,9 @@ activation=leaky
[se]
reduction=16

[shortcut]
from=-2

[maxpool]
size=2
stride=2
Expand All @@ -63,6 +69,9 @@ activation=leaky
[se]
reduction=16

[shortcut]
from=-2

[maxpool]
size=2
stride=2
Expand All @@ -78,6 +87,9 @@ activation=leaky
[se]
reduction=16

[shortcut]
from=-2

[maxpool]
size=2
stride=2
Expand All @@ -93,6 +105,9 @@ activation=leaky
[se]
reduction=16

[shortcut]
from=-2

[maxpool]
size=2
stride=2
Expand All @@ -108,6 +123,9 @@ activation=leaky
[se]
reduction=16

[shortcut]
from=-2

[maxpool]
size=2
stride=1
Expand All @@ -123,6 +141,9 @@ activation=leaky
[se]
reduction=16

[shortcut]
from=-2

###########

[convolutional]
Expand All @@ -141,6 +162,12 @@ stride=1
pad=1
activation=leaky

[se]
reduction=16

[shortcut]
from=-2


[convolutional]
size=1
Expand Down Expand Up @@ -175,7 +202,8 @@ activation=leaky
stride=2

[route]
layers = -1, 8
layers = -1, 12
# from 8 to 12

[convolutional]
batch_normalize=1
Expand All @@ -185,6 +213,12 @@ stride=1
pad=1
activation=leaky

[se]
reduction=16

[shortcut]
from=-2


[convolutional]
size=1
Expand Down

0 comments on commit 687e69a

Please sign in to comment.