mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Set default subdivisions to be larger
This commit is contained in:
parent
846b3b4366
commit
0b4c38f631
@ -1,6 +1,6 @@
|
|||||||
[net]
|
[net]
|
||||||
batch=128
|
batch=128
|
||||||
subdivisions=1
|
subdivisions=128
|
||||||
height=256
|
height=256
|
||||||
width=256
|
width=256
|
||||||
channels=3
|
channels=3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[net]
|
[net]
|
||||||
batch=128
|
batch=128
|
||||||
subdivisions=2
|
subdivisions=128
|
||||||
height=256
|
height=256
|
||||||
width=256
|
width=256
|
||||||
channels=3
|
channels=3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[net]
|
[net]
|
||||||
batch=128
|
batch=128
|
||||||
subdivisions=8
|
subdivisions=128
|
||||||
height=256
|
height=256
|
||||||
width=256
|
width=256
|
||||||
channels=3
|
channels=3
|
||||||
|
Loading…
Reference in New Issue
Block a user