FluxML / Optimisers.jl

Optimisers.jl defines many standard optimisers and utilities for learning loops.
https://fluxml.ai/Optimisers.jl
MIT License
75 stars 22 forks source link

Documentation error #131

Closed erlebach closed 1 year ago

erlebach commented 1 year ago

In the documentation for Optimisers.jl, RAdam is listed twice. On the other hand, AdamW is not listed. Is that intentional? Thanks.

mcabbott commented 1 year ago

That sounds like a bug, but where do you see this? At https://fluxml.ai/Optimisers.jl/dev/api/#Optimisation-Rules I see each of these once.