Skip to content

Version 0.4.1

Compare
Choose a tag to compare
@andsteing andsteing released this 23 Mar 14:33
· 2306 commits to main since this release

What's Changed

  • Added locally-connected (unshared CNN) layer flax.linen.ConvLocal.
  • Improved seq2seq example: Factored our model and input pipeline code.
  • Added Optax update guide and deprecated flax.optim.
  • Added sep argument to flax.traverse_util.flatten_dict().
  • Implemented Sequential module, in flax.linen.combinators.