Skip to content

Commit

Permalink
changed schedule peak_value to 1e-2 for the svgp notebook so it does …
Browse files Browse the repository at this point in the history
…nott give nans (#324)
  • Loading branch information
stefanosele committed Jun 22, 2023
1 parent fbf2a66 commit 549270f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/uncollapsed_vi.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
# %%
schedule = ox.warmup_cosine_decay_schedule(
init_value=0.0,
peak_value=0.1,
peak_value=0.01,
warmup_steps=75,
decay_steps=1500,
end_value=0.001,
Expand Down

0 comments on commit 549270f

Please sign in to comment.