You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/train-kernel-parameters/script.jl
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@
5
5
6
6
# We load KernelFunctions and some other packages. Note that while we use `Zygote` for automatic differentiation and `Flux.optimise` for optimization, you should be able to replace them with your favourite autodiff framework or optimizer.
7
7
8
+
# !!! note
9
+
# Zygote is not expected to work on Julia ≥ 1.12. Use a different AD package for
10
+
# Julia ≥ 1.12, or use Julia 1.11 to run this example.
0 commit comments