-
Notifications
You must be signed in to change notification settings - Fork 347
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
nmt_with_attention no longer works on Colab #1267
Comments
I also experienced same problem on May 1, 2024. I wonder why these tutorials are not verified and if not working removed or updated. |
This error was originally reported on April 9. I decided to raise a 'new' issue on May 1, because I got the same error when I tried to run the code under Google Collab or locally under a notebook, running TF 2.16.1. The code that produces the error is posted on the TF Tutorials page. Therefore people trying to learn TF will be mislead and disappointed, as I am. Message to the TF Team: Please fix the code or remove it from the tutorials page. Date: May 18, 2024 |
try change : !pip install "tensorflow-text>=2.11" to : !pip install "tensorflow-text==v2.15.0" |
this one from @Tomjerry12345 was very helpfull, my issues by using this version |
Hello,
I got stuck halfway through in the nmt_with_attention Colab:
When I first tried this notebook a long time ago, it worked though.
Regards.
The text was updated successfully, but these errors were encountered: