Tweak the settings some mroe, but it's not looking too good.

This commit is contained in:
Starbeamrainbowlabs 2019-07-31 14:05:27 +01:00
parent 8dc21f358a
commit 903639bba8
2 changed files with 5 additions and 5 deletions

View File

@ -16,12 +16,12 @@ export default {
// The resolution of the coverage map
step: {
lat: 0.003,
lng: 0.005,
lat: 0.0015,
lng: 0.003,
},
colour_scale: {
min: "rgba(255, 255, 255, 0.1)",
max: "#008f00"
min: "rgba(255, 255, 255, 0.9)",
max: "#00ff00"
}
};

View File

@ -56,7 +56,7 @@ devices = [
# 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, 32 ]
network_arch = [ 32 ]
# The number of epochs to train for.
epochs = 1000