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)" ]