Nightly pre-release builds of TensorFlow Addons, a library of maintained TensorFlow API extensions. Current version 0.23.0.dev (development). Published irregularly (nightly). Not stable; use TensorFlow Addons stable (tensorflow-addons) for production.
pip install tfa-nightlyVerified import paths — ran on the pinned version, not inferred.
Minimal working example: import tensorflow and tensorflow_addons, then use an optimizer from addons.
Pin to a specific nightly version and test thoroughly before updating.
Use only one of them. Uninstall the other: pip uninstall tensorflow-addons tfa-nightly
Migrate to core TensorFlow APIs. See https://github.com/tensorflow/addons#recommendation