Skip to content

Commit

Permalink
Update yolov3.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
arunponnusamy authored Dec 19, 2018
1 parent 66d6a4f commit 891599b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions yolov3.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[net]
# Testing
batch=1
subdivisions=1
# batch=1
# subdivisions=1
# Training
# batch=64
# subdivisions=16
width=416
height=416
batch=64
subdivisions=16
width=608
height=608
channels=3
momentum=0.9
decay=0.0005
Expand Down Expand Up @@ -785,4 +785,5 @@ num=9
jitter=.3
ignore_thresh = .7
truth_thresh = 1
random=1
random=1

0 comments on commit 891599b

Please sign in to comment.