Flux v0.16.1
Merged pull requests:
- Adding RecurrentLayers to ecosystem.md (#2555) (@MartinuzziFrancesco)
- Fixed typo in recurrence documentation (#2556) (@MartinuzziFrancesco)
- Adding return state option to recurrent layers (#2557) (@MartinuzziFrancesco)
- update Schedulers docs (#2560) (@CarloLucibello)
- collapse doc string in layers docs (#2562) (@CarloLucibello)
- fix test enzyme (#2563) (@CarloLucibello)
- Remove 2 items from public, to fix 1.12 (#2569) (@mcabbott)
- Add reactant forward and reverse pass tests (#2576) (@wsmoses)
- cleanup Reactant and Enzyme tests (#2578) (@CarloLucibello)
Closed issues:
- cell output is not clearly distinguishable from the state (#2548)
- Flux.cpu and Flux.gpu no longer move data on views (#2553)
- remove usage example of old optimiser (#2558)
- Optimizing over
AbstractMatrix
subtypes (#2559) - introduce a FlattenLayer (#2561)
- [enzyme] broken MeanPool gradient (#2564)
- [enzyme] broken BatchNorm gradient (#2566)
- [enyzme] broken recurrent cell loss (#2568)