github FluxML/Flux.jl v0.13.0

latest releases: v0.16.5, v0.16.4, v0.16.3...
3 years ago

Flux v0.13.0

Changes in NEWS.md

Diff since v0.12.10

Closed issues:

  • DepthwiseConv does not run on GPU (#459)
  • Flux type piracy breaks REPL completions (#629)
  • Cannot do double iteration of DataLoader (#1227)
  • elu activation fails on nested pullbacks on GPU (#1383)
  • Training not working for 1D types (#1479)
  • adjoint of conv adjoint. (#1665)
  • pullback's back returns unexpected size if some parameters are not used (#1601)
  • Allow specification of RNG in Dropout (#1617)
  • deprecate DepthwiseConv once we have groups in standard conv (#1667)
  • Parallel edge-cases (#1685)
  • Layer printing interferes with different element types (#1690)
  • Normalization Layers not interating well with destructure/restructure (#1727)
  • missing docstring for Flux.params and trainable (#1732)
  • inconsistency between params and destructure (#1733)
  • Parameter Sharing breaks destructure (#1767)
  • Remove Juno.jl dependency (#1779)
  • Flux.destructure's restructure fails in the gradient if loss does not use all parameters (#1826)
  • Flux.chunk for multi-dimensional arrays (#1841)
  • onehotbatch performance (#1844)
  • Issue taking gradients of Chains on GPU (#1853)
  • Chain forgets names under fmap (#1857)
  • Recurrent 3d interface uses a lot of memory (#1872)
  • Gradient incorrect for Conv-layer and complex numbers (#1876)
  • Add Siamese Contrastive Loss function (#1880)
  • Urgent GSoC revisions are needed. (#1890)
  • Flux v0.12.9 and the Flux.Tracker.gradient is wrong, why? (#1898)
  • LoadError UnderVarError: flatten not defined (#1899)
  • Proposal: Move params to Zygote (#1900)
  • This one is not in use, which one should I use instead in Flux? (#1903)
  • ERROR: LoadError: Can't differentiate foreigncall expression (#1904)
  • Missing docstring for Flux.Data.Dataloader (#1909)
  • Different Julia versions at different places for doctests (#1914)
  • Parallel layer behaves diffferently in a Chain than on its own (#1919)
  • ADAMW not stable (#1920)
  • Chain ignores Base.show function of custom layer (#1929)

Merged pull requests:

Don't miss a new Flux.jl release

NewReleases is sending notifications on new releases.