You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a compatibility issue while running AUCMEDI with TensorFlow 2.14.0. The TensorFlow Addons (TFA) library shows a warning that it supports TensorFlow versions from 2.11.0 up to but not including 2.14.0. Here is the warning message:
TensorFlow Addons (TFA) has ended development and introduction of new features. TFA has entered a minimal maintenance and release mode until a planned end of life in May 2024. Please modify downstream libraries to take dependencies from other repositories in our TensorFlow community (e.g., Keras, Keras-CV, and Keras-NLP).
TensorFlow Addons supports using Python ops for all TensorFlow versions above or equal to 2.11.0 and strictly below 2.14.0 (nightly versions are not supported). The version of TensorFlow you are currently using is 2.14.0 and is not supported.
Could the compatibility matrix or requirements be updated to address this issue?
The text was updated successfully, but these errors were encountered:
zapod838
changed the title
Title: Compatibility Issue with TensorFlow Addons and TensorFlow 2.14.0
Compatibility Issue with TensorFlow Addons and TensorFlow 2.14.0
May 26, 2024
One more issue I am facing is to how should I use XAI functions from pretrained models? as in AUCMEDI package within xai folder there is a decoder file asking for xai_dict, which is unavailable at the moment.
Can you please either guide me how should I use XAI functions from pretrained models or how should I get xai_dict required in decoder.py.
I encountered a compatibility issue while running AUCMEDI with TensorFlow 2.14.0. The TensorFlow Addons (TFA) library shows a warning that it supports TensorFlow versions from 2.11.0 up to but not including 2.14.0. Here is the warning message:
TensorFlow Addons (TFA) has ended development and introduction of new features. TFA has entered a minimal maintenance and release mode until a planned end of life in May 2024. Please modify downstream libraries to take dependencies from other repositories in our TensorFlow community (e.g., Keras, Keras-CV, and Keras-NLP).
TensorFlow Addons supports using Python ops for all TensorFlow versions above or equal to 2.11.0 and strictly below 2.14.0 (nightly versions are not supported). The version of TensorFlow you are currently using is 2.14.0 and is not supported.
Could the compatibility matrix or requirements be updated to address this issue?
The text was updated successfully, but these errors were encountered: