tensorflow-basic-tutorials

This commit is contained in:
Tuan Vu 2016-07-05 21:13:28 -07:00
parent d2af55e466
commit db3bb2263a

View File

@ -326,10 +326,12 @@
] ]
}, },
{ {
"cell_type": "raw", "cell_type": "code",
"execution_count": 6,
"metadata": { "metadata": {
"collapsed": true "collapsed": true
}, },
"outputs": [],
"source": [ "source": [
"x = tf.reverse_sequence(x, np.ones((height,)) * width, 1, batch_dim=0)" "x = tf.reverse_sequence(x, np.ones((height,)) * width, 1, batch_dim=0)"
] ]