Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
d2bf6650
Commit
d2bf6650
authored
Nov 21, 2017
by
joel-shor
Browse files
Project import generated by Copybara.
PiperOrigin-RevId: 176611307
parent
b3b27259
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
research/gan/README.md
research/gan/README.md
+6
-8
No files found.
research/gan/README.md
View file @
d2bf6650
...
@@ -37,13 +37,13 @@ network architectures are defined [here](https://github.com/tensorflow/models/tr
...
@@ -37,13 +37,13 @@ network architectures are defined [here](https://github.com/tensorflow/models/tr
We use a classifier trained on MNIST digit classification for evaluation.
We use a classifier trained on MNIST digit classification for evaluation.
### Unconditional MNIST
### Unconditional MNIST

<img
src=
"
g3doc/mnist_unconditional_gan.png
"
title=
"U
nconditional GAN"
width=
"330"
/>
### Conditional MNIST
### Conditional MNIST

<img
src=
"
g3doc/mnist_conditional_gan.png
"
title=
"C
onditional GAN"
width=
"330"
/>
### InfoGAN MNIST
### InfoGAN MNIST

<img
src=
"
g3doc/mnist_infogan.png
"
title=
"InfoGAN"
width=
"330"
/>
## MNIST with GANEstimator
## MNIST with GANEstimator
<a
id=
'mnist_estimator'
></a>
<a
id=
'mnist_estimator'
></a>
...
@@ -67,7 +67,7 @@ We use the [Inception Score](https://arxiv.org/abs/1606.03498) to evaluate the i
...
@@ -67,7 +67,7 @@ We use the [Inception Score](https://arxiv.org/abs/1606.03498) to evaluate the i


### Conditional CIFAR10
### Conditional CIFAR10

{
width="330"
}
<img
src=
"
g3doc/cifar_conditional_gan.png
"
title=
"C
onditional GAN"
width=
"330"
/>
## Image compression
## Image compression
<a
id=
'compression'
></a>
<a
id=
'compression'
></a>
...
@@ -97,12 +97,10 @@ Some other notes on the problem:
...
@@ -97,12 +97,10 @@ Some other notes on the problem:
### Results
### Results
#### No adversarial loss
#### No adversarial loss
<img
src=
"g3doc/compression_wf0.png"
title=
"No adversarial loss"
width=
"500"
/>

#### Adversarial loss
#### Adversarial loss
<img
src=
"g3doc/compression_wf10000.png"
title=
"With adversarial loss"
width=
"500"
/>

### Architectures
### Architectures
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment