Skip to content

Keras Core 0.1.6 release

Compare
Choose a tag to compare
@fchollet fchollet released this 16 Sep 18:07
· 66 commits to main since this release

Highlights

  • Performance optimizations in normalization layers
  • New op: ops.nn.moments
  • Add TorchModuleWrapper to make it possible to use PyTorch Modules in Keras Core models with the PyTorch backend. Modules added as attributes of a layer are automatically wrapped (so that their weights are tracked).
  • Add ignore_class argument in SparseCategoricalCrossentropy.
  • Add new experimental data parallel and model parallel distribution API for JAX.

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6