Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca907ab + 8f0d6da commit 176ba8cCopy full SHA for 176ba8c
notebooks/1_Introduction/basic_operations.ipynb
@@ -59,7 +59,7 @@
59
"source": [
60
"# Launch the default graph.\n",
61
"with tf.Session() as sess:\n",
62
- " print \"a=2, b=3\"\n",
+ " print \"a: %i\" % sess.run(a), \"b: %i\" % sess.run(b)\n",
63
" print \"Addition with constants: %i\" % sess.run(a+b)\n",
64
" print \"Multiplication with constants: %i\" % sess.run(a*b)"
65
]
0 commit comments