From db3bb2263a67214cff85915c7b5e24a166973717 Mon Sep 17 00:00:00 2001 From: Tuan Vu Date: Tue, 5 Jul 2016 21:13:28 -0700 Subject: [PATCH] tensorflow-basic-tutorials --- .../tensor-flow-tutorials/2_Arrays_working_with_images.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deep-learning/tensor-flow-tutorials/2_Arrays_working_with_images.ipynb b/deep-learning/tensor-flow-tutorials/2_Arrays_working_with_images.ipynb index e4a0aa0..f0fdca8 100644 --- a/deep-learning/tensor-flow-tutorials/2_Arrays_working_with_images.ipynb +++ b/deep-learning/tensor-flow-tutorials/2_Arrays_working_with_images.ipynb @@ -326,10 +326,12 @@ ] }, { - "cell_type": "raw", + "cell_type": "code", + "execution_count": 6, "metadata": { "collapsed": true }, + "outputs": [], "source": [ "x = tf.reverse_sequence(x, np.ones((height,)) * width, 1, batch_dim=0)" ]