summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-02-11 12:23:26 +0000
committerNick White <git@njw.name>2020-02-11 12:23:26 +0000
commitb462f348785facdff1fe6e6bb0ec06aa3a047cc8 (patch)
tree92f2717917d3eaeeb74990a80f461533dc8b68dd
parenteb20477b97f441abfa2fcbb146240a6799b59d0a (diff)
Switch to 100000 iterations for training
-rwxr-xr-xtraintess.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/traintess.sh b/traintess.sh
index 24c83d3..e94ca9d 100755
--- a/traintess.sh
+++ b/traintess.sh
@@ -12,7 +12,7 @@ netspec="[1,36,0,1 Ct3,3,16 Mp3,3 Lfys64 Lfx96 Lrx96 Lfx512 O1c1]"
extra=""
# (copied from the fast/fra netspec [the best/fra one is absent from the version string])
#netspec="[1,36,0,1 Ct3,3,16 Mp3,3 Lfys48 Lfx96 Lrx96 Lfx128 O1c1]"
-iterations=10000
+iterations=100000
oldtraining="$3"
name="$4"