Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ayushmankumar7
Copy link

Issue: #18

Code Migrated to TF2.x

@googlebot googlebot added the cla: yes to pull into main branch, I think? label Feb 28, 2020
@ayushmankumar7
Copy link
Author

Someone please check this PR

@joel-shor joel-shor self-requested a review March 4, 2020 01:47
@joel-shor joel-shor self-assigned this Mar 4, 2020
@joel-shor
Copy link
Contributor

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?

@ayushmankumar7
Copy link
Author

No Problem. I ll make the respective changes and commit it.

@ayushmankumar7
Copy link
Author

@joel-shor It's done.

@joel-shor
Copy link
Contributor

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.

Copy link
Contributor

@joel-shor joel-shor left a 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.

@ayushmankumar7
Copy link
Author

@joel-shor It's done I have just changed the code. Left the output as it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes to pull into main branch, I think?
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants