Flux v0.14.2
Closed issues:
- Mixed precision training. (#543)
- have buildkite run GPU tests only (#2271)
- Allow old silent behavior for
gpu
(#2293) - @autosize macro is not working (#2296)
- Why Flux is Significantly Slower than Pytorch? (#2300)
- Huber Loss Fails with Metal GPU (#2305)
Merged pull requests:
- Adding device objects for selecting GPU backends (and defaulting to CPU if none exists). (#2297) (@codetalker7)
- Run only GPU tests on buildkite. (#2301) (@codetalker7)
- Avoid broadcast-related type instabilities with huber_loss (#2306) (@jeremiahpslewis)