Skip to content

Releases: FluxML/Flux.jl

v0.14.24

01 Nov 10:06
4018708
Compare
Choose a tag to compare

Flux v0.14.24

Diff since v0.14.23

Merged pull requests:

v0.14.23

29 Oct 19:03
eb9ec4a
Compare
Choose a tag to compare

Flux v0.14.23

Diff since v0.14.22

Merged pull requests:

Closed issues:

  • Add support for lecun normal weight initialization (#2290)
  • using Flux, cuDNN freezes, but using Flux, CUDA, cuDNN works (#2346)
  • Problem with RNN and CUDA. (#2352)
  • since new version: Flux throws error when for train! / update! even on quick start problem (#2358)
  • Cannot take gradient of L2 regularization loss (#2441)
  • Potential bug of RNN training flow (#2455)
  • Problem with documentation (#2485)
  • Flux has no Lecun Normalization weight init function? (#2491)
  • Zygote fails to differentiate through Flux.params on julia v0.11 (#2497)
  • ERROR: UndefVarError: ADAM not defined in Main in flux (#2507)

v0.14.22

12 Oct 14:04
09a16ee
Compare
Choose a tag to compare

Flux v0.14.22

Diff since v0.14.21

Merged pull requests:

Closed issues:

  • use MLDataDevices.jl? (#2482)
  • The dependency error about Flux->FluxMPIExt occurs when updating to Julia 1.11 (#2490)

v0.14.21

04 Oct 11:54
9d13f00
Compare
Choose a tag to compare

Flux v0.14.21

Diff since v0.14.20

Merged pull requests:

v0.14.20

20 Sep 02:07
3f9e415
Compare
Choose a tag to compare

Flux v0.14.20

Diff since v0.14.19

Merged pull requests:

v0.14.19

14 Aug 11:17
033f4b2
Compare
Choose a tag to compare

Flux v0.14.19

Diff since v0.14.18

Merged pull requests:

  • Allow loading of ConvTranspose state without .outpad field (#2477) (@mcabbott)

Closed issues:

  • Model saved under Flux v0.14.16 does not load on v0.14.17 (#2476)

v0.14.18

09 Aug 18:49
07862da
Compare
Choose a tag to compare

Flux v0.14.18

Diff since v0.14.17

Merged pull requests:

v0.14.17

03 Aug 08:38
a5bbb5f
Compare
Choose a tag to compare

Flux v0.14.17

Diff since v0.14.16

Merged pull requests:

Closed issues:

  • Hoping to offer a version without cuda (#2155)
  • ConvTranspose errors with symmetric non-constant pad (#2424)
  • Create a flag to use Enzyme as the AD in training/etc. (#2443)
  • Can't load a Fluxml trained & saved model. Getting ERROR: CUDA error: invalid device context (code 201, ERROR_INVALID_CONTEXT) (#2461)
  • Requires deprecated cuNN.jl package (#2470)

v0.14.16

17 Jun 20:01
39d04eb
Compare
Choose a tag to compare

Flux v0.14.16

Diff since v0.14.15

Merged pull requests:

Closed issues:

  • How to have a stable GPU memory while being performant? (#780)
  • Why is Flux.destructure type unstable? (#2405)
  • tests are failing due to ComponentArrays (#2411)
  • Significant time spent moving medium-size arrays to GPU, type instability (#2414)
  • Dense layers with shared parameters (#2432)
  • why is my withgradient type unstable ? (#2456)

v0.14.15

21 Mar 04:41
8654721
Compare
Choose a tag to compare

Flux v0.14.15

Diff since v0.14.14

Merged pull requests:

Closed issues:

  • Given that DataLoader implements length shouldn't it also be able to provide size? (#2372)
  • Dimensions check for Conv is incomplete, leading to confusing error (#2398)