gan
gan copied to clipboard
tfgan_tutorial.ipynb Compatible with TF2.x
Issue: #18
Code Migrated to TF2.x
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 It's done I have just changed the code. Left the output as it is.