diff options
| author | tslil clingman <tslil@posteo.de> | 2021-03-17 23:10:53 -0400 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | c9823c76dd43aa40bef3f67fa0940a78cb40bf05 (patch) | |
| tree | e4049f1271876c40ffa264bee9c1cb69dc6efcf6 /src/cnn_train.py | |
| parent | 00a04c2929bdc8f8f4bf7d5d8cf413ebfb3cd006 (diff) | |
Corrected generation of training data for 6s
Diffstat (limited to 'src/cnn_train.py')
| -rw-r--r-- | src/cnn_train.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnn_train.py b/src/cnn_train.py index 111aa76..4ba0a0b 100644 --- a/src/cnn_train.py +++ b/src/cnn_train.py @@ -1,4 +1,4 @@ -# train5.py, train a small CNN to recognise winning Tak positions +# cnn_train.py, train a small CNN to recognise winning Tak positions # # Copyright (C) 2021, tslil clingman # |
