tf_gan_on_tpus.ipynb specify TensorFlow version 1.x, update kernel to python3, and correct link#26
tf_gan_on_tpus.ipynb specify TensorFlow version 1.x, update kernel to python3, and correct link#26jherberg462 wants to merge 1 commit intotensorflow:masterfrom
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
1 similar comment
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
Check out this pull request on You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB. |
|
@googlebot I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
1 similar comment
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
The tf_gan_on_tpus.ipynb colab notebook does not appear to be compatible with TensorFlow 2.
Using tf.compact.v1... on depreciated functionality produces a "RuntimeError: Module must be applied in the graph it was instantiated for" error.
I updated the kernel to python3 as python2 is no longer supported in colab.
The link to the GANEstimator notebook was switched to this notebook in Github. goto.google.com does not appear to be accessible to the public.