Open
Description
Here is a list of the failures in the tests made in #114 I observed with the different ADs : ForwardDiff.jl, Zygote.jl and ReverseDiff.jl :
- FBMKernel : ForwardDiff/Zygote
- GaborKernel : Zygote (ForwardDiff+ReverseDiff randomly)
- MaternKernel : Zygote
- SpectralMixture : All
- PeriodicKernel : Zygote (need to define an adjoint) Fix periodic kernel AD #531, ForwardDiff and ReverseDiff fail randomly (edge cases might need to be looked at)
PeriodicKernel
does not work with AD (see issue for work-around) #389 - Wiener : All
- GammaExponentialKernel : Zygote
- NeuralNetworkKernel : Zygote
- PiecewisePolynomialKernel : All
- PolynomialKernel : All
- GammaRationalQuadratic : All
- KernelProduct : Zygote
- KernelSum : Zygote
- FunctionTransform : Zygote
- ChainTransform : Zygote Zygote AD failure for ChainTransform #415
This is a good starting point to try to find solutions