use stable docs
This commit is contained in:
parent
6fbacadd11
commit
4d6296f311
|
@ -6,7 +6,7 @@ Flux is a high-level library for machine learning, implemented in Julia.
|
||||||
|
|
||||||
Flux is designed to get the best performance (by running on TensorFlow or MXNet) while still being intuitive to work with – you get good error messages, can step through models with the debugger, and the notation is very close to what you'd find in a paper.
|
Flux is designed to get the best performance (by running on TensorFlow or MXNet) while still being intuitive to work with – you get good error messages, can step through models with the debugger, and the notation is very close to what you'd find in a paper.
|
||||||
|
|
||||||
Check out the [docs](https://mikeinnes.github.io/Flux.jl/latest/) to get started. Flux is in alpha so **please open issues liberally**; if something is broken for you it can most likely be fixed easily, or if you're not sure how to do something we can help.
|
Check out the [docs](https://mikeinnes.github.io/Flux.jl/stable/) to get started. Flux is in alpha so **please open issues liberally**; if something is broken for you it can most likely be fixed easily, or if you're not sure how to do something we can help.
|
||||||
|
|
||||||
## Brief Examples
|
## Brief Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue