Skip to content

Commit

Permalink
messed up darknet cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreddie committed Dec 3, 2015
1 parent e7d43fd commit b4d81aa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cfg/darknet.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ saturation=1
exposure=1

[convolutional]
batch_normalize=1
filters=16
size=3
stride=1
Expand All @@ -33,7 +32,6 @@ size=2
stride=2

[convolutional]
batch_normalize=1
filters=32
size=3
stride=1
Expand All @@ -45,7 +43,6 @@ size=2
stride=2

[convolutional]
batch_normalize=1
filters=64
size=3
stride=1
Expand All @@ -57,7 +54,6 @@ size=2
stride=2

[convolutional]
batch_normalize=1
filters=128
size=3
stride=1
Expand All @@ -69,7 +65,6 @@ size=2
stride=2

[convolutional]
batch_normalize=1
filters=256
size=3
stride=1
Expand All @@ -81,7 +76,6 @@ size=2
stride=2

[convolutional]
batch_normalize=1
filters=512
size=3
stride=1
Expand All @@ -93,7 +87,6 @@ size=2
stride=2

[convolutional]
batch_normalize=1
filters=1024
size=3
stride=1
Expand Down

0 comments on commit b4d81aa

Please sign in to comment.