Flux v0.14.3
Closed issues:
- No error from negative learning rates (#1982)
- Implement data movement across GPU devices. (#2302)
train!
using Metal and stateful optimizers fails (#2310)- Warning:
sort(d::Dict; args...)
is deprecated, usesort!(OrderedDict(d); args...)
instead. (#2312) - Does
withgradient
have lower precicision than simply calling the function? (#2315) - Warning: sort(d::Dict; args...) is deprecated, use sort!(OrderedDict(d); args...) instead. (#2320)
Merged pull requests:
- Bump thollander/actions-comment-pull-request from 2.4.0 to 2.4.2 (#2307) (@dependabot[bot])
- Implement interface for data transfer across GPU devices. (#2308) (@codetalker7)
- Removing deprecated method call in
GPU_BACKEND_ORDER
. (#2314) (@codetalker7) - Added entry for RobustNeuralNetworks.jl in ecosystem.md (#2317) (@nic-barbara)
- Allow Optimisers.jl v0.3 (#2318) (@CarloLucibello)