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