Tensorflow-lattice

Latest version: v2.1.0

Safety actively analyzes 629811 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

2.0.2

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.

2.0.1

Changes:
* Several edits to tutorials and API docs.
* Bug fixes.

PyPI release:
* Generic package for py2/py3 that should work for TF 1.15 or TF 2.x.

2.0

This is a completely new implementation of the TensorFlow Lattice library. It is *not* backwards compatible with the previous versions of the library.

Changes:
* **Core TF implementation**: TFL v2 is a python-only library with all operations implemented in core TensorFlow, making it compatible with any platform that can run TensorFlow (cpu, gpu, tpu).
* **Keras layers**: The new library provides Keras layers that can be mixed and matched with other Keras layers and used in Keras models. All constraints and regularizers are handled through Keras mechanisms and should work seamlessly without the need for hooks or callbacks.
* **New and improved canned estimators**: The new library has a new simplified API for creating canned estimators. Calculation of feature quantiles is now automated in estimator construction. A version of the Crystals algorithm is now supported.
* **New constraint types**: Several new types of constraints are added to the library, including convexity, unimodality, and pairwise feature trust and dominance relations.
* **Improved documentation and tutorials**: Examples and tutorials are provided as notebooks. All documentations, examples, and API docs will be available on tensorflow.org.
* **Faster release cycle**: With the library implemented in core TF, we hope to be able to release updates and improvements more frequently.

Notes:
* Some of the new 2-dimensional constraints are under active development and might undergo API changes.

PyPI release:
* Generic package for py2/py3 that should work for TF 1.15 or TF 2.x.

0.9.9

Changes:
* Updating the code base for TF 2.0 compatibility in tf.compat.v1 mode
* Changing tensorflow branch to 1.14
* Changes to build scripts for bazel 0.25.2
* Bug fixes

PyPI release:
* Includes python 2.7 and python 3 on macos and ubuntu
* No gpu binary package is released with 0.9.9

---
Important Note:

This is the last release of the current version of the Tensorflow Lattice library. A new version of the library will be released soon:
* Eager compatible base lattice and calibration library implemented in core TF (no custom ops)
* Includes Keras layer and canned estimators
* Not backwards compatible with the current version, but conversion should be easy

0.9.8

* Support for linear weight normalization
* New helper functions in lib
* Extending documentation
* Changing tensorflow branch 1.11
* Bug fixes

0.9.7

* New base estimator class
* New tflite ops
* New regularizers
* Refactoring
* Changing tensorflow branch 1.9
* Bug fixes

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.