Skip to content

Keras Core 0.1.5 release

Compare
Choose a tag to compare
@fchollet fchollet released this 22 Aug 19:02
· 185 commits to main since this release
675652e

Highlights

  • Add model.export() flow.
  • Add ops rsqrt, extract_sequences, rfft, stft, irfft, istft.
  • Bug fixes and performance improvements.
  • ops.shape now returns a tuple with all backends (rather than a TF tensor with the TF backend). The tuple may contain scalar tensors for dynamic dimensions, and contains integers otherwise for static dimensions.

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5