Update get_started.md (#8924)

Correcting output.
This commit is contained in:
4F2E4A2E 2017-04-03 22:23:48 +02:00 committed by gunan
parent 7c0e6afcca
commit 89082724cf

View File

@ -110,7 +110,7 @@ print("sess.run(node3): ",sess.run(node3))
```
The last two print statements produce
```
node3: Tensor("Add_2:0", shape=(), dtype=float32)
node3: Tensor("Add:0", shape=(), dtype=float32)
sess.run(node3): 7.0
```