Boost the size of the default neural network
This commit is contained in:
parent
fafa2470e5
commit
80606f93d8
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ do_zap_false_negatives = true
|
|||
|
||||
# The architecture of the neural network, as an arary of integers.
|
||||
# Each integer represents the number of nodes in a layer of the neural network.
|
||||
network_arch = [ 32 ]
|
||||
network_arch = [ 512 ]
|
||||
|
||||
# The number of epochs to train for.
|
||||
epochs = 1000
|
||||
|
|
Loading…
Reference in a new issue