From 0e81096d5ecb6027814e7aae10b461e774f96407 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sat, 21 Jan 2023 19:30:45 +0100 Subject: might as well enable size 6 Same network architecture, same training principle. Predictably this is too slow. Also statically allocate state in driver programmes. --- resources/extract.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/extract.sh b/resources/extract.sh index 695656e..346547e 100755 --- a/resources/extract.sh +++ b/resources/extract.sh @@ -60,7 +60,7 @@ fi make pptdb -for size in 5; do +for size in 5 6; do echo extract $size notation,result prepare $size -- cgit v1.2.3