Set default subdivisions to be larger

This commit is contained in:
Joseph Redmon 2015-07-30 22:12:29 -07:00
parent 846b3b4366
commit 0b4c38f631
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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