From 967d8d876b7571cbdb776ddc2265b5dd85d5cc36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Lanzend=C3=B6rfer?= <leviathan@libresilicon.com>
Date: Sun, 30 Jun 2024 20:06:32 +0100
Subject: [PATCH] Less epochs

---
 src/py/tty3.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/py/tty3.py b/src/py/tty3.py
index c76585f..8a19ea2 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)
-- 
GitLab