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 92f3b10 commit 37982aaCopy full SHA for 37982aa
docs/make.jl
@@ -20,7 +20,6 @@ makedocs(
20
"Custom Layers" => "models/advanced.md",
21
"NNlib.jl" => "models/nnlib.md",
22
"Activation Functions" => "models/activation.md",
23
- "Functors.jl" => "models/functors.md",
24
],
25
"Handling Data" => [
26
"MLUtils.jl" => "data/mlutils.md",
@@ -37,6 +36,7 @@ makedocs(
37
36
"Saving & Loading" => "saving.md",
38
"Shape Inference" => "outputsize.md",
39
"Weight Initialisation" => "utilities.md",
+ "Functors.jl" => "models/functors.md",
40
41
"Performance Tips" => "performance.md",
42
"Flux's Ecosystem" => "ecosystem.md",
0 commit comments