Skip to content

Commit bb71298

Browse files
authored
Update README.md
1 parent 0ae05d6 commit bb71298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
Optimisers.jl defines many standard gradient-based optimisation rules, and tools for applying them to deeply nested models.
2323

24-
This is the future of training for [Flux.jl](https://github.com/FluxML/Flux.jl) neural networks,
25-
and the present for [Lux.jl](https://github.com/avik-pal/Lux.jl).
24+
This was written as the new training system for [Flux.jl](https://github.com/FluxML/Flux.jl) neural networks,
25+
and also used by [Lux.jl](https://github.com/avik-pal/Lux.jl).
2626
But it can be used separately on any array, or anything else understood by [Functors.jl](https://github.com/FluxML/Functors.jl).
2727

2828
## Installation

0 commit comments

Comments
 (0)