tensorflow/model-optimization

LSTMPeephole package removed: Pypi not updated

Opened this issue · 0 comments

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?