Flux v0.12.4
Closed issues:
- Unable to get gradients of "Dense" models when sparse arrays are involved (#965)
- Pullback within pullback throws error when using swish activation function (#1500)
- Stable docs are stuck on v0.11.2 (#1580)
- LSTM gradient calculation fails on GPU, works on CPU (#1586)
- BSON.@save model_path * ".bson" model ERROR: type Method has no field ambig (#1591)
- Too slow hcat of OneHotMatrix. (#1594)
- Fallback implementation convolution when using Duals (#1598)
- Bad printing for OneHot* (#1603)
- SamePad() with even kernel dimensions does not work (only in CUDA) (#1605)
Merged pull requests:
- Add AbstractOptimiser type (#1325) (@DhairyaLGandhi)
- Add early stopping utils (#1545) (@queensferryme)
- Add Flux Overview to basics.md (#1579) (@batate)
- [doc] fix Upsample docstring code block (#1587) (@johnnychen94)
- fix DataFrames.jl link (#1589) (@achuchmala)
- optimized hcat of onehot vectors and matrices (#1595) (@racinmat)
- Use limited array printing for OneHotArrays (#1604) (@darsnack)