v0.12.5
github-actions
released this
19 Jul 07:02
·
1224 commits
to master
since this release
Flux v0.12.5
Closed issues:
- Hessian vector products (#129)
- Stopping criteria (#227)
- Flux + Julia ecosystem docs (#251)
- RNN unbroadcast on GPU not working (#421)
- Shouldn't gradcheck compares Jacobian? (#462)
- Transition examples in docs to doctests (#561)
- Batch-axis thread parallelism (#568)
- Add tests of ExpDecay (#684)
- Sudden memory leak when training on GPU over many epochs (#736)
- performance variance between macOS / Linux ? (#749)
- onehot ambiguous method (#777)
- Killed while training the model (#779)
- type Method has no field sparam_syms, while @save model (#783)
- Flux#zygote Error in phenomes... Mutating arrays is not supported (#819)
- Custom serialization pass for intermediate states (#845)
- OneHotMatrix does not support map (#958)
- CuArrays + huber_loss iterate(::nothing) error (#1128)
- Can't get Flux (v0.10.3) working for Custom Loss function (#1153)
- Custom loss function on subset of parameters fails (#1371)
- Minimizing sum fails (#1510)
gpu
behaves differently fromcu
on a Char array (#1517)- Warn different size inputs in loss functions (#1522)
- Recurrent docs need to be update for v0.12 (#1564)
- Computation of higher order derivatives for recurrent models results in strange errors (#1593)
- Why does
DataLoader
not throw an error when fed with a 1D vector for the target? (#1599) - a small error in the documentation... (#1609)
- Slow unnecessary GPU copy of output of
gpu(::OffsetArray)
(#1610) - "using Flux" makes type inference fail when there is a Ref{} (#1611)
- @epochs is missing a bracket (#1615)
- Flux Overview Documentation Out of Date (#1621)
- missing kernel for Base.unique (#1622)
- Compilation error on PPC (#1623)
_restructure
as part of the public API? (#1624)- ERROR: setindex! not defined for Zygote.OneElement{...} (#1626)
- MethodError: Cannot
convert
an object of type Params to an object of type Float64 (#1629) - MethodError: no method matching flatten(::Array{Float32,4}) (#1630)
- Where are the
cpu()
andgpu()
functions? (#1631) - bug in RNN docs (#1638)
- Bug in the current overview documentation (#1642)
- How to tell Flux.jl not to use the GPU? (#1644)
- Missing docs for @functor (#1653)
- typo in the docs/overview section right at the beginning (#1663)
Merged pull requests:
- multiplication of {Transpose, Adjoint} of Array and OneHotVector (#1424) (@gxyd)
- show(::Chain) (#1467) (@mcabbott)
- Add test for show(io, ::OneHotArray) on GPU (#1550) (@darsnack)
- document Join and Split error (#1607) (@magicly)
- fix typo in models overview document (#1608) (@teamclouday)
- fix AdamW and improve decays docs (#1612) (@CarloLucibello)
- use ArrayInterface.restructure in update! (#1613) (@CarloLucibello)
- Warn on reconstruct length mismatch (#1616) (@ToucheSir)
- Forward map(f, ::OneHotLike) to broadcast (#1619) (@darsnack)
- Properly move isbits and numeric arrays to GPU (#1620) (@ToucheSir)
- Update "Composing Optimisers" docs (#1628) (@StevenWhitaker)
- Fixup
Dataloader
's docstring (#1635) (@mcabbott) - Add warnings for mismatched sizes in losses (#1636) (@mcabbott)
- updated recurrence.md which fixes #1564 (#1637) (@aditkumar72)
- fix recurrence docs (#1639) (@CarloLucibello)
- Update docstring for
Conv
to clarify feature dimensions (#1646) (@vivekkumar7089) - Use correct eltype and rtol in CrossCor tests (#1650) (@ToucheSir)
- add Functors docs (#1654) (@DhairyaLGandhi)
- remove Manifest (#1657) (@CarloLucibello)
- Printing & docstrings for
onehot
/onehotbatch
(#1660) (@mcabbott) - Deprecate
Flux.zeros
(#1661) (@mcabbott)