-
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
tfgan_tutorial.ipynb Compatible with TF2.x #20
base: master
Are you sure you want to change the base?
Conversation
Someone please check this PR |
This change is good in theory, but I think the same can be achieved by changing the single line "import tensorflow as tf" to "import tensorflow.compat.v1 as tf", which is the preferred way of setting the version. Would you mind doing this instead? |
No Problem. I ll make the respective changes and commit it. |
@joel-shor It's done. |
I can't review this with all the changes in output causing noise. Can you just change code, not the outputs, so that I can review it? Or else if you hav a suggestion on how to review this without that, please let me know. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you leave the output cells the same? The diffs are too large to see the changes otherwise.
@joel-shor It's done I have just changed the code. Left the output as it is. |
Issue: #18
Code Migrated to TF2.x