cleanup
This commit is contained in:
parent
169ed6eb25
commit
4109f2e0d7
|
@ -21,6 +21,7 @@ makedocs(modules=[Flux, NNlib],
|
|||
"One-Hot Encoding" => "data/onehot.md",
|
||||
"GPU Support" => "gpu.md",
|
||||
"Saving & Loading" => "saving.md",
|
||||
"The Julia Ecosystem" => "ecosystem.md",
|
||||
"Performance Tips" => "performance.md",
|
||||
"Community" => "community.md"],
|
||||
format = Documenter.HTML(assets = ["assets/flux.css"],
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## NNlib
|
||||
# NNlib
|
||||
Flux re-exports all of the functions exported by the [NNlib](https://github.com/FluxML/NNlib.jl) package.
|
||||
|
||||
## Activation Functions
|
||||
|
|
Loading…
Reference in New Issue