Skip to content

Keras Core 0.1.1 release

Compare
Choose a tag to compare
@fchollet fchollet released this 19 Jul 04:16
· 446 commits to main since this release
9986ffa

Highlights

  • TensorFlow dependency removed: it is now possible to use Keras Core with JAX or PyTorch without installing TensorFlow.
  • Significant performance improvements for Keras optimizers with PyTorch eager execution. Keras optimizers with the PyTorch backend are now at performance parity with native PyTorch optimizers.
  • Added the NumPy backend. Note that it does not support training. You can use it to create and call models / layers, write custom evaluation loops, etc.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1