aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/eager
diff options
context:
space:
mode:
authorGravatar Josh Gordon <jbgordon@google.com>2018-08-10 09:51:55 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-10 09:59:33 -0700
commit7b80190d52a2335ed2f87132a8912a11aecac715 (patch)
treecfceeb9d9badba3f6a02907d9e17b42e19dfc60f /tensorflow/contrib/eager
parent9e6122e6ed1940909558086a5bb4ec3b1e0d71c2 (diff)
Adding HTTPS to link so a GIF displays properly.
PiperOrigin-RevId: 208223617
Diffstat (limited to 'tensorflow/contrib/eager')
-rw-r--r--tensorflow/contrib/eager/python/examples/generative_examples/cvae.ipynb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/eager/python/examples/generative_examples/cvae.ipynb b/tensorflow/contrib/eager/python/examples/generative_examples/cvae.ipynb
index 99287471cc..ca27a85a22 100644
--- a/tensorflow/contrib/eager/python/examples/generative_examples/cvae.ipynb
+++ b/tensorflow/contrib/eager/python/examples/generative_examples/cvae.ipynb
@@ -27,7 +27,7 @@
"id": "ITZuApL56Mny"
},
"source": [
- "![evolution of output during training](tensorflow.org/images/autoencoders/cvae.gif)\n",
+ "![evolution of output during training](https://tensorflow.org/images/autoencoders/cvae.gif)\n",
"\n",
"This notebook demonstrates how to generate images of handwritten digits using [tf.keras](https://www.tensorflow.org/programmers_guide/keras) and [eager execution](https://www.tensorflow.org/programmers_guide/eager) by training a Variational Autoencoder. (VAE, [[1]](https://arxiv.org/abs/1312.6114), [[2]](https://arxiv.org/abs/1401.4082)).\n",
"\n"