File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ makedocs(
1616 " Quick Start" => " guide/models/quickstart.md" ,
1717 " Fitting a Line" => " guide/models/overview.md" ,
1818 " Gradients and Layers" => " guide/models/basics.md" ,
19- " Custom Layers" => " guide/models/custom_layers.md" ,
2019 " Training" => " guide/training/training.md" ,
2120 " Recurrence" => " guide/models/recurrence.md" ,
2221 " GPU Support" => " guide/gpu.md" ,
@@ -49,6 +48,7 @@ makedocs(
4948 # Or perhaps those should just be trashed, model zoo versions are newer & more useful.
5049 " Linear Regression" => " tutorials/linear_regression.md" ,
5150 " Logistic Regression" => " tutorials/logistic_regression.md" ,
51+ " Custom Layers" => " tutorials/custom_layers.md" ,
5252 " Model Zoo" => " tutorials/model_zoo.md" ,
5353 #=
5454 # "Multi-layer Perceptron" => "tutorials/mlp.md",
File renamed without changes.
You can’t perform that action at this time.
0 commit comments