-
Notifications
You must be signed in to change notification settings - Fork 74.4k
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
Tensorflow "Text generation with an RNN" tutorial out of date #75945
Comments
@abisdbest, |
@abisdbest, !pip install tf-keras
import tf_keras as keras Also I have modified some steps and then the code was executed without error/fail. Kindly find the gist of it here. Thank you! |
thank you very much! |
@abisdbest, |
This issue is stale because it has been open for 7 days with no activity. It will be closed if no further activity occurs. Thank you. |
This issue was closed because it has been inactive for 7 days since being marked as stale. Please reopen if you'd like to work on this further. |
I was taking a look at the tutorial on generating text with an RNN from the tensorflow website (https://www.tensorflow.org/text/tutorials/text_generation), and clicked the option to run on Google Colab. But when I tried running the full code I got overwhelmed with a multitude of errors. I thought I might have been doing something wrong, so I searched online, but found out that you are supposed to be able to just run the code without modification.
I figured it could just be that the way the new versions of tensorflow worked may have changed.
Would be very helpful to me if it could be fixed
many thanks
The text was updated successfully, but these errors were encountered: