Commit a59bd4b5 authored by joel-shor's avatar joel-shor
Browse files

Project import generated by Copybara.

PiperOrigin-RevId: 176626102
parent d2bf6650
......@@ -51,7 +51,7 @@ We use a classifier trained on MNIST digit classification for evaluation.
This setup is exactly the same as in the [unconditional MNIST example](#mnist), but
uses the `tf.Learn` `GANEstimator`.
![Unconditional GAN](g3doc/mnist_estimator_unconditional_gan.png "unconditional GAN")
<img src="g3doc/mnist_estimator_unconditional_gan.png" title="Unconditional GAN" width="330" />
## CIFAR10
<a id='cifar10'></a>
......@@ -64,7 +64,7 @@ network architectures are defined [here](https://github.com/tensorflow/models/tr
We use the [Inception Score](https://arxiv.org/abs/1606.03498) to evaluate the images.
### Unconditional CIFAR10
![Unconditional GAN](g3doc/cifar_unconditional_gan.png "unconditional GAN")
<img src="g3doc/cifar_unconditional_gan.png" title="Unconditional GAN" width="330" />
### Conditional CIFAR10
<img src="g3doc/cifar_conditional_gan.png" title="Conditional GAN" width="330" />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment