diff --git a/src/py/tty3.py b/src/py/tty3.py index c76585fbadf493aa55ffdbe9551bbe06ea2dc206..8a19ea256dc778dd141d1b758cbcc870fc762227 100644 --- a/src/py/tty3.py +++ b/src/py/tty3.py @@ -60,7 +60,7 @@ run_command(server,str(decay_rate)) run_command(server,"TRAIN") run_command(server,"RUN_EPOCHS") -run_command(server,str(20000)) +run_command(server,str(1000)) # Store the weights and biases weights_and_biases = dump_neural_network(server)