projects
/
picoclvr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45a3c70
)
Update.
author
François Fleuret
<francois@fleuret.org>
Sat, 8 Jul 2023 09:24:26 +0000
(11:24 +0200)
committer
François Fleuret
<francois@fleuret.org>
Sat, 8 Jul 2023 09:24:26 +0000
(11:24 +0200)
tasks.py
patch
|
blob
|
history
diff --git
a/tasks.py
b/tasks.py
index
8fe89be
..
b277b96
100755
(executable)
--- a/
tasks.py
+++ b/
tasks.py
@@
-956,7
+956,7
@@
class Expr(Task):
for n in range(result.size(0)):
comment = "GOOD" if (result[n] - input[n]).abs().max() == 0 else ""
logger(f"test_after {self.seq2str(result[n])} {comment}")
- logger(f"
correct
{self.seq2str(correct[n])}")
+ logger(f"
truth
{self.seq2str(correct[n])}")
##############################################################
model.train(t)