Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
NIFTy
Commits
906e1d04
Commit
906e1d04
authored
4 weeks ago
by
Jakob Roth
Committed by
Gordian Edenhofer
4 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
test_optimize_kl: use non-static ncg
See:
#426
parent
465c1141
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!976
Remove jax version constraint as recent version works again
Pipeline
#245315
passed
4 weeks ago
Stage: build_docker
Stage: test
Stage: demo_runs
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/test_re/test_optimize_kl.py
+3
-1
3 additions, 1 deletion
test/test_re/test_optimize_kl.py
with
3 additions
and
1 deletion
test/test_re/test_optimize_kl.py
+
3
−
1
View file @
906e1d04
...
...
@@ -222,7 +222,9 @@ def test_optimize_kl_sample_consistency(
point_estimates
=
point_estimates
,
draw_linear_kwargs
=
draw_linear_kwargs
,
nonlinearly_update_kwargs
=
dict
(
minimize_kwargs
=
minimize_kwargs
),
kl_kwargs
=
dict
(
minimize_kwargs
=
dict
(
name
=
"
M
"
,
maxiter
=
0
)),
kl_kwargs
=
dict
(
minimize
=
jft
.
optimize
.
_newton_cg
,
minimize_kwargs
=
dict
(
name
=
"
M
"
,
maxiter
=
0
)
),
sample_mode
=
sample_mode
,
kl_jit
=
False
,
residual_jit
=
False
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment