aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/eager
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-19 10:41:29 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-19 10:46:08 -0700
commit9dfa333cc8e78b9a533562448d67d48ec568622d (patch)
treee9c107f8108a1569a88349115f40e0defb818653 /tensorflow/contrib/eager
parent8eb773d6c23de29dccfc3cf3da441a8552ed13ed (diff)
Small text change
PiperOrigin-RevId: 205264291
Diffstat (limited to 'tensorflow/contrib/eager')
-rw-r--r--tensorflow/contrib/eager/python/examples/generative_examples/dcgan.ipynb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/eager/python/examples/generative_examples/dcgan.ipynb b/tensorflow/contrib/eager/python/examples/generative_examples/dcgan.ipynb
index 43c8c355dc..232f9a8ef0 100644
--- a/tensorflow/contrib/eager/python/examples/generative_examples/dcgan.ipynb
+++ b/tensorflow/contrib/eager/python/examples/generative_examples/dcgan.ipynb
@@ -31,7 +31,7 @@
"\n",
"On a colab GPU(Tesla K80), the model takes around 40 seconds per epoch to train.\n",
"\n",
- "Below is the output generated after training the generator and discriminator models for 100 epochs.\n",
+ "Below is the output generated after training the generator and discriminator models for 150 epochs.\n",
"\n",
"![sample output](https://tensorflow.org/images/gan/dcgan.gif)"
]