projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac0d58a
)
Update.
author
François Fleuret
<francois@fleuret.org>
Mon, 24 Jun 2024 07:08:22 +0000
(09:08 +0200)
committer
François Fleuret
<francois@fleuret.org>
Mon, 24 Jun 2024 07:08:22 +0000
(09:08 +0200)
main.py
patch
|
blob
|
history
diff --git
a/main.py
b/main.py
index
3b5a7c6
..
2afe61b
100755
(executable)
--- a/
main.py
+++ b/
main.py
@@
-415,7
+415,7
@@
if args.check:
desired_average_logits = None
for n_epoch in range(args.nb_epochs):
- log_string(f"--- epoch {n_epoch
+1
} ----------------------------------------")
+ log_string(f"--- epoch {n_epoch} ----------------------------------------")
a = [(model.id, float(model.main_test_accuracy)) for model in models]
a.sort(key=lambda p: p[0])