projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6354ce
)
Update.
master
author
François Fleuret
<francois@fleuret.org>
Sat, 21 Sep 2024 03:15:35 +0000
(
05:15
+0200)
committer
François Fleuret
<francois@fleuret.org>
Sat, 21 Sep 2024 03:15:35 +0000
(
05:15
+0200)
main.py
patch
|
blob
|
history
diff --git
a/main.py
b/main.py
index
21666d1
..
5dceefc
100755
(executable)
--- a/
main.py
+++ b/
main.py
@@
-399,7
+399,7
@@
def predict_the_four_grids(
if with_noise:
imt_set = add_noise_imt(imt_set)
- result = ae_predict(model, imt_set, local_device=local_device
, desc=None
)
+ result = ae_predict(model, imt_set, local_device=local_device)
result = (result * masks).reshape(-1, 4, result.size(1)).sum(dim=1)
return result