Fix typo in ch09 notebook

main
Aurélien Geron 2017-04-20 21:35:36 +02:00
parent 29ef56964a
commit 04c3c5107a
1 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": 1,
"metadata": { "metadata": {
"collapsed": true, "collapsed": false,
"deletable": true, "deletable": true,
"editable": true "editable": true
}, },
@ -286,8 +286,8 @@
"source": [ "source": [
"with tf.Session() as sess:\n", "with tf.Session() as sess:\n",
" y_val, z_val = sess.run([y, z])\n", " y_val, z_val = sess.run([y, z])\n",
" print(y) # 10\n", " print(y_val) # 10\n",
" print(z) # 15" " print(z_val) # 15"
] ]
}, },
{ {
@ -1927,7 +1927,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.5.2+" "version": "3.5.3"
}, },
"nav_menu": { "nav_menu": {
"height": "603px", "height": "603px",