Skip to content

Keras Release 2.6.0 RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@qlzh727 qlzh727 released this 26 Jul 21:09
· 1 commit to r2.6 since this release

Keras 2.6.0 RC2 is a minor bug-fix release.

  1. Fix TextVectorization layer with output_sequence_length on unknown input shapes.
  2. Output int64 by default from Discretization layer.
  3. Fix serialization of Hashing layer.
  4. Add more explicit error message for instance type checking of optimizer.