tensorflow / model-optimization

A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.
https://www.tensorflow.org/model_optimization
Apache License 2.0
1.49k stars 319 forks source link

LSTMPeephole package removed: Pypi not updated #938

Open rsanthanam-amd opened 2 years ago

rsanthanam-amd commented 2 years ago

Support for the LSTMPeephole package has been removed in response to its removal from keras.

However, the tensorflow-optimization package has not been updated in Pypi.

One of my models relies on this package and is currently broken because I am using the latest keras in tensorflow with an outdated tensorflow-optimization package.

Will Pypi be updated soon with a package containing this removal?

Until then, how do I get my model to work?