Skip to content

Releases: FluxML/Flux.jl

v0.13.12

04 Feb 18:06
c5a691a
Compare
Choose a tag to compare

Flux v0.13.12

Diff since v0.13.11

Closed issues:

  • Delta neural networks inference (#2129)
  • [Bug] Embedding forward pass breaks for onehotbatch with multiple batch dimensions (#2160)
  • MethodError: no method matching when training LSTMs even when loss function is working corrently (#2168)
  • Type instability with Flux.update! when loss function involves extra arguments (#2175)

Merged pull requests:

v0.13.11

04 Jan 22:52
7ae67a3
Compare
Choose a tag to compare

Flux v0.13.11

Diff since v0.13.10

Closed issues:

  • Deprecate track_stats=true for GroupNorm and InstanceNorm (#2006)
  • cpu(x) errors for x isa CuArray{<:CartesianIndex} (#2116)
  • Constructing a Chain from a dictionary (#2142)
  • Method error when using Flux.setup with Embedding layer (#2144)
  • Method Error when using Flux.withgradient (#2148)

Merged pull requests:

  • fix cpu(x) for immutable arrays (#2117) (@CarloLucibello)
  • Fix two bugs re setup (#2145) (@mcabbott)
  • CompatHelper: bump compat for MLUtils to 0.4, (keep existing compat) (#2147) (@github-actions[bot])

v0.13.10

23 Dec 09:17
ba48ad0
Compare
Choose a tag to compare

Flux v0.13.10

Diff since v0.13.9

Closed issues:

  • remove Bors (#1843)
  • Only generate and upload coverage for one matrix entry (#1939)
  • [Discussion]: Revamped Getting Started guide (#2012)
  • Using users provided weight matrix to build LSTM layers (#2130)

Merged pull requests:

v0.13.9

30 Nov 19:30
3518aa1
Compare
Choose a tag to compare

Flux v0.13.9

Diff since v0.13.8

Closed issues:

  • Iteration over params(m) in explicit mode gives no gradient (#2091)
  • Flux.Optimise.update! updating grads instead of params? (#2121)
  • Flux.reset! triggers a BoundsError (#2124)

Merged pull requests:

v0.13.8

22 Nov 05:48
ad988da
Compare
Choose a tag to compare

Flux v0.13.8

Diff since v0.13.7

Closed issues:

  • using Flux is broken on the Julia nightly (#2097)
  • Chain(Parallel(...), ...) (#2100)
  • Apparent memory leak when using Distributed? (#2102)
  • [API] Preventing errors from misplaced optimizer objects (#2106)

Merged pull requests:

  • Safer gradients (by copying before mutating) & less piracy (by removing ArrayInterface) (#2098) (@mcabbott)
  • Allow OneHotArrays.jl v0.2 (#2109) (@mcabbott)

v0.13.7

29 Oct 08:16
b2b0748
Compare
Choose a tag to compare

Flux v0.13.7

Diff since v0.13.6

Closed issues:

  • DimensionMismatch("array could not be broadcast to match destination") (#1457)
  • Warn on NaN loss (#1981)
  • Make create_bias a public API? (#2049)
  • Make rng_from_array non-differentiable (#2062)
  • @autosize does not work with semi-colon separated kwargs (#2086)
  • early_stopping does not work as expected (#2089)

Merged pull requests:

v0.13.6

13 Sep 14:04
8bc0c35
Compare
Choose a tag to compare

Flux v0.13.6

Diff since v0.13.5

Closed issues:

  • OneHotArrays.jl? (#1544)
  • [Discussion]: doctests, docstrings, documentation manual, and unclear internal API (for newcomers) (#1990)
  • [Bug]: Swapped alpha and beta in tversky loss? (#1993)
  • [Discussion]: documentation for @reexported and imported (or using) packages (#2038)
  • Pull request #2007 causes Flux.params() calls to not get cached (#2040)
  • v0.13.5 breaks Flux.train! on a custom type (#2045)
  • Bounds erro for Flux.reset! in loss function (#2057)

Merged pull requests:

v0.13.5

06 Aug 15:17
a377cb0
Compare
Choose a tag to compare

Flux v0.13.5

Diff since v0.13.4

Closed issues:

  • PINN loss doesn't converge to 0? (#1966)
  • Simple chaining compatibility check (#2017)
  • v0.12.10 => v0.13.4 breaks Dropout on CUDA (#2018)
  • Wrong rrule dispatch for Array constructor (#2033)

Merged pull requests:

v0.13.4

05 Jul 15:33
d66d2c4
Compare
Choose a tag to compare

Flux v0.13.4

Diff since v0.13.3

Closed issues:

  • Repository: on the addition of loss/distance functions and other niceties to Flux (#826)
  • trainable for BatchNorm stops parameters from being saved and loaded (#1027)
  • Non-descriptive arg in Conv: why filter intead of size? (#1212)
  • Ada or ADA (#1949)
  • Make gpu(::DataLoader) work or error loudly if it doesn't (#1974)
  • Conversion error when loading a model with v0.13+ with BSON (#1984)
  • GPU broadcasting error when using softmax on GPU (#1994)
  • Error when using CUDA (#1997)
  • type cannot been referred with structured model function (#2000)
  • [Broken Documentation] Dense(1 => 1) (#2001)

Merged pull requests:

v0.13.3

27 May 04:51
e4f8678
Compare
Choose a tag to compare

Flux v0.13.3

Diff since v0.13.2

Merged pull requests: