Add deprecation of TensorFlowPruningHook
or delete it
#105
Labels
feature
Change that does not break compatibility, but affects the public interfaces.
Motivation
TensorFlow estimator has been removed since TensorFlow 2.16.1 according to https://www.tensorflow.org/guide/estimator and https://github.com/tensorflow/tensorflow/releases/tag/v2.16.1. The migration page https://www.tensorflow.org/guide/migrate/migrating_estimator suggests using
tf.keras
instead of the estimator.Description
Add a warning message to remove this integration module in the future or remove it if possible.
Alternatives (optional)
No response
Additional context (optional)
No response
The text was updated successfully, but these errors were encountered: