mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Update yolov1.cfg
Fix bug: First conv layer must has padding = 3 (because filter = 7x7), not 1
This commit is contained in:
parent
61c9d02ec4
commit
eef6948c7a
@ -25,7 +25,7 @@ batch_normalize=1
|
||||
filters=64
|
||||
size=7
|
||||
stride=2
|
||||
pad=1
|
||||
pad=3
|
||||
activation=leaky
|
||||
|
||||
[maxpool]
|
||||
|
Loading…
Reference in New Issue
Block a user