tfgan_tutorial.ipynb Compatible with TF2.x#20
tfgan_tutorial.ipynb Compatible with TF2.x#20ayushmankumar7 wants to merge 5 commits intotensorflow:masterfrom
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. |
joel-shor
left a comment
There was a problem hiding this comment.
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