Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
8efbc327
Commit
8efbc327
authored
Nov 27, 2017
by
Philipp Arras
Browse files
Spot mistake in demos/critical_filtering.py. Not fixed!
parent
74c750ca
Pipeline
#22197
passed with stage
in 4 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
demos/critical_filtering.py
View file @
8efbc327
...
...
@@ -111,6 +111,8 @@ if __name__ == "__main__":
val
=
ift
.
dobj
.
from_global_data
(
np
.
log
(
1.
/
(
1
+
p_space
.
k_lengths
)
**
2
)))
for
i
in
range
(
500
):
# FIXME: Do not use ps0 for the inference! This is cheating!
# My critical filter version breaks, if I put power_spectrum=t0.
S0
=
ift
.
create_power_operator
(
h_space
,
power_spectrum
=
ps0
)
# Initialize non-linear Wiener Filter energy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment