JuliaGaussianProcesses / ApproximateGPs.jl

Approximations for Gaussian processes: sparse variational inducing point approximations, Laplace approximation, ...
https://juliagaussianprocesses.github.io/ApproximateGPs.jl/dev
Other
35 stars 6 forks source link

Use `Flux.Adam` instead of `Flux.ADAM` #136

Closed simsurace closed 1 year ago

simsurace commented 1 year ago

Fixes a deprecation warning.

Side note: there seem to be some new failures of SVA due to upstream changes.

codecov[bot] commented 1 year ago

Codecov Report

Merging #136 (e4e1de4) into master (a9c3ecd) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #136   +/-   ##
=======================================
  Coverage   93.33%   93.33%           
=======================================
  Files           4        4           
  Lines         285      285           
=======================================
  Hits          266      266           
  Misses         19       19           

Help us with your feedback. Take ten seconds to tell us how you rate us.

willtebbutt commented 1 year ago

Will merge when CI completes