diff options
| author | tslil clingman <tslil@posteo.de> | 2023-01-21 19:30:45 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 0e81096d5ecb6027814e7aae10b461e774f96407 (patch) | |
| tree | 6cedfe4b3fad3770a5210f5e5d5ad205c17f4b0f /resources/extract.sh | |
| parent | cb2b78ced27fc7996ed11c3450f69138d7d1b61f (diff) | |
might as well enable size 6
Same network architecture, same training principle. Predictably this is
too slow.
Also statically allocate state in driver programmes.
Diffstat (limited to 'resources/extract.sh')
| -rwxr-xr-x | resources/extract.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
