docs icon indicating copy to clipboard operation
docs copied to clipboard

Added Random Normal Init and fixed optimizer hyperparameters

Open arshagarwal opened this issue 5 years ago • 3 comments

In response to the discussions in this pull request, this pull request adds Random normal initializer with mean 0 and std-dev 1, and fixes the optimizer hyper-parameters as per DC-GAN paper.

I am sure there is a more graceful way to do this, but I found this way much easier than to fix code in the same pull request. Sorry about that!

arshagarwal avatar Oct 14 '20 21:10 arshagarwal

Preview

Preview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.

Format and style

Use the TensorFlow docs notebook tools to format for consistent source diffs and lint for style:
$ python3 -m pip install -U --user git+https://github.com/tensorflow/docs

$ python3 -m tensorflow_docs.tools.nbfmt notebook.ipynb
$ python3 -m tensorflow_docs.tools.nblint --arg=repo:tensorflow/docs notebook.ipynb
If commits are added to the pull request, synchronize your local branch: git pull origin test

github-actions[bot] avatar Oct 14 '20 21:10 github-actions[bot]

Friendly ping @yashk2810

MarkDaoust avatar Nov 09 '20 20:11 MarkDaoust

Merge conflict, please rebase

lamberta avatar Nov 17 '20 19:11 lamberta