We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ac0b1 commit 9f16d82Copy full SHA for 9f16d82
docs/make.jl
@@ -29,6 +29,7 @@ makedocs(
29
"Training Models" => [
30
"Optimisers" => "training/optimisers.md",
31
"Training" => "training/training.md",
32
+ "Callback Helpers" => "training/callbacks.md",
33
"Zygote.jl" => "training/zygote.md",
34
],
35
"GPU Support" => "gpu.md",
docs/src/training/callbacks.md
@@ -1,4 +1,4 @@
1
-## Callback Helpers
+# Callback Helpers
2
3
```@docs
4
Flux.throttle
0 commit comments