v0.6.45
github-actions
released this
24 Aug 04:11
·
218 commits
to master
since this release
Zygote v0.6.45
Closed issues:
- Remove
@adjoint
s for[hv]cat
in favour of ChainRules (#1217) - Wrong gradient involving splatting of kwargs (#1284)
- v0.13.5 of Flux breaks Flux.train! on a custom type with Zygote gradients (#1291)
- extremely slow compilation of gradient AND compilation error (two bugs, really) (#1292)
Merged pull requests:
- remove
@adjoint
forhv/h/v/cat
(#1277) (@mzgubic) - Treat
pairs(NamedTuple)
asNamedTuple
for indexing (#1286) (@ToucheSir)