Boost the size of the default neural network

This commit is contained in:
Starbeamrainbowlabs 2019-08-05 16:36:17 +01:00
parent fafa2470e5
commit 80606f93d8
1 changed files with 1 additions and 1 deletions

View File

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