-
Notifications
You must be signed in to change notification settings - Fork 249
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
Tutorial not working in Colab #32
Comments
I think the method should be |
Sorry if I'm mistaken, but I believe both colab tutorials are written to use TensorFlow 1.x, and will not run with 2.x (which will be the default on colab). Notice both have For a temporary fix, you can add the following lines to the start of the first code cell to get the colab to run.
|
Another alternative is to set tensorflow in compatibility mode adding Notice that the tutorial imports tensorflow several times, so you must add that line after each import, or yet better, remove those unnecessary imports that overwrite the |
Please assign this to me. I'd like to convert this introductory notebook into Keras. |
Hi.
I've tried running the TF-GAN Tutorial in Colab, and it's not working.
Few errors (there are more...):
I run from this URL: https://colab.research.google.com/github/tensorflow/gan/blob/master/tensorflow_gan/examples/colab_notebooks/tfgan_tutorial.ipynb#scrollTo=zEhgLuGo8OGc
Modified runtime to GPU, and started running the cells.
The text was updated successfully, but these errors were encountered: