Is there a reason why GaussianProcesses.jl is not compatible with Flux v0.12.1 and Zygote v0.6.10? Installing GaussianProcesses leads to:
- Zygote v0.6.10 ⇒ v0.5.17
- Flux v0.12.1 ⇒ v0.11.3
My problem is that with Flux v0.11.3 I am running into this issue with batched multiplications.
Is there a reason why GaussianProcesses.jl is not compatible with Flux v0.12.1 and Zygote v0.6.10? Installing GaussianProcesses leads to:
My problem is that with Flux v0.11.3 I am running into this issue with batched multiplications.