mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
tensorflow-basic-tutorials
This commit is contained in:
parent
d2af55e466
commit
db3bb2263a
|
@ -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)"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user