AbstractGPs.jl
AbstractGPs.jl copied to clipboard
Documentation build is ~ 55 min
That's slightly long! Maybe we can figure out which example is taking so much compute and reduce it somehow!
My wild guess is that 4000 iterations in this tutorial is a bit much? https://juliagaussianprocesses.github.io/AbstractGPs.jl/dev/examples/3-parametric-heteroscedastic/
Was anything changed? It seems on the master branch it is around (or slightly below) 20 minutes currently: https://github.com/JuliaGaussianProcesses/AbstractGPs.jl/actions/runs/3134043689/jobs/5088108942
Maybe some underlying improvements in KernelFunctions.jl / Zygote / ChainRules ?