Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 176ba8c

Browse files
Merge pull request aymericdamien#107 from VikramTiwari/patch-1
Update basic_operations.ipynb
2 parents ca907ab + 8f0d6da commit 176ba8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/1_Introduction/basic_operations.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"source": [
6060
"# Launch the default graph.\n",
6161
"with tf.Session() as sess:\n",
62-
" print \"a=2, b=3\"\n",
62+
" print \"a: %i\" % sess.run(a), \"b: %i\" % sess.run(b)\n",
6363
" print \"Addition with constants: %i\" % sess.run(a+b)\n",
6464
" print \"Multiplication with constants: %i\" % sess.run(a*b)"
6565
]

0 commit comments

Comments
 (0)