-
Notifications
You must be signed in to change notification settings - Fork 75.2k
Update the keras version used by tf 2.6 release #52927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Since Keras 2.7 is not compatible with tf 2.6, we should limit the Keras version used in tf. This change has been done for tf 2.7 and all the future releases.
|
@qlzh727 as a follow up to this fix, should we yank https://pypi.org/project/tensorflow/2.6.1/? |
nvm, older versions would suffer the same issue. Maybe the best solution is to release 2.6.2 soon with this fix. |
|
Yes, we are building a new tf 2.6 (should be 2.6.2). |
Thank you very much for doing this so fast! It is highly appreciated. 👍 |
|
Would it be possible to install the 2.6.2 using pip install? |
Yes. TensorFlow |
|
@idohi and now less than 30 minutes later |
|
TF 2.6.1 is also relevant, we shouldn't yank it. TF 2.6.2 has all the fixes |
|
Facing this issue with tf 2.6.0 on colab. 2.6.1 and 2.6.2 work fine and show keras version 2.6.0. |
Since Keras 2.7 is not compatible with tf 2.6, we should limit the Keras version used in tf.
This change has been done for tf 2.7 and all the future releases.