Skip to content
Snippets Groups Projects
Commit 967d8d87 authored by David Lanzendörfer's avatar David Lanzendörfer
Browse files

Less epochs

parent 9040a27e
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ run_command(server,str(decay_rate)) ...@@ -60,7 +60,7 @@ run_command(server,str(decay_rate))
run_command(server,"TRAIN") run_command(server,"TRAIN")
run_command(server,"RUN_EPOCHS") run_command(server,"RUN_EPOCHS")
run_command(server,str(20000)) run_command(server,str(1000))
# Store the weights and biases # Store the weights and biases
weights_and_biases = dump_neural_network(server) weights_and_biases = dump_neural_network(server)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment