projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87e2957
)
Update.
author
François Fleuret
<francois@fleuret.org>
Sun, 23 Jun 2024 08:09:35 +0000
(10:09 +0200)
committer
François Fleuret
<francois@fleuret.org>
Sun, 23 Jun 2024 08:09:35 +0000
(10:09 +0200)
tasks.py
patch
|
blob
|
history
diff --git
a/tasks.py
b/tasks.py
index
ecf0a65
..
27173e1
100755
(executable)
--- a/
tasks.py
+++ b/
tasks.py
@@
-112,13
+112,6
@@
class World(Task):
nb_test_samples, height=self.height, width=self.width
).to(device)
- # print()
- # for a in world.seq2str(self.train_input):
- # print(a)
- # for a in world.seq2str(self.test_input):
- # print(a)
- # exit(0)
-
self.nb_codes = max(self.train_input.max(), self.test_input.max()) + 1
self.train_quizzes = []