Skip to content

TensorFlow Lattice 2.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mmilanifard mmilanifard released this 08 Feb 02:33
· 52 commits to master since this release

Changes:

  • Adding premade Keras models in tfl.premade module.
  • Adding RandomMonotonicInitializer for lattices.
  • Several edits to tutorials and API docs.

PyPI release:

  • Generic package for py2/py3 that should work for TF 1.15 or TF 2.x.

Notes:

  • The API for the premade Keras Models is experimental.
  • Creating premade models currently require a fully specified model configuration. We plan to use the new preprocessing mechanism in Keras to support keypoint initialization in future releases.