projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f17719
)
Update.
author
François Fleuret
<francois@fleuret.org>
Sat, 24 Aug 2024 14:16:46 +0000
(16:16 +0200)
committer
François Fleuret
<francois@fleuret.org>
Sat, 24 Aug 2024 14:16:46 +0000
(16:16 +0200)
main.py
patch
|
blob
|
history
diff --git
a/main.py
b/main.py
index
e4bb494
..
e13c148
100755
(executable)
--- a/
main.py
+++ b/
main.py
@@
-947,7
+947,7
@@
def test_ae(local_device=main_device):
model.to(local_device).train()
optimizer_to(model.optimizer, local_device)
- nb_iterations =
5
+ nb_iterations =
10
for n_epoch in range(args.nb_epochs):
# ----------------------