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
357e20ac
Commit
357e20ac
authored
Jun 27, 2018
by
Philipp Arras
Browse files
Fixup
parent
5ed64170
Changes
2
Hide whitespace changes
Inline
Side-by-side
demos/critical_filtering.py
View file @
357e20ac
import
nifty5
as
ift
from
nifty5.library.nonlinearities
import
Linear
,
Tanh
,
Exponential
import
numpy
as
np
from
nifty5
import
Exponential
,
Linear
,
Tanh
np
.
random
.
seed
(
42
)
...
...
demos/nonlinear_critical_filter.py
View file @
357e20ac
import
nifty5
as
ift
from
nifty5
.library.nonlinearities
import
Exponential
from
nifty5
import
Exponential
import
numpy
as
np
np
.
random
.
seed
(
42
)
...
...
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