Skip to content

v0.4.10

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 04:27
· 2891 commits to main since this release
c97a83a

Lux v0.4.10

Diff since v0.4.9

Closed issues:

  • Lighter syntax for stateless networks? (#83)
  • Scalar indexing problem for the NeuralODE example (#92)
  • Basic example from Migrating from Flux to Lux is broken || normalization issue (#94)
  • [Feature request] Another type of Chain that sequentially passing x and st (#96)
  • RNN and LSTM break when using GPU (#100)
  • Can one compose lux layers with graph neural network (#102)

Merged pull requests:

  • CompatHelper: bump compat for FluxMPI to 0.6 for package examples, (keep existing compat) (#86) (@github-actions[bot])
  • Update comparison section in overview.md (#88) (@ToucheSir)
  • Fix typos (#89) (@claforte)
  • Fix minor typos in the docs (#93) (@gabrevaya)
  • making x Float32 in migrate from Flux example (#97) (@gabrevaya)
  • add init_hidden_state function (#101) (@gabrevaya)
  • JLArray is now registered (#103) (@MilkshakeForReal)
  • Use OneHotArrays (#105) (@MilkshakeForReal)