From b462f348785facdff1fe6e6bb0ec06aa3a047cc8 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 11 Feb 2020 12:23:26 +0000 Subject: Switch to 100000 iterations for training --- traintess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'traintess.sh') 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" -- cgit v1.2.1-24-ge1ad