Skip to content

Commit 44e1320

Browse files
committed
Eager colab: make the "not like numpy" statement slightly more useful.
1 parent b806805 commit 44e1320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/outreach/demos/eager_execution.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@
191191
"Tensors behave similarly to NumPy arrays, but they don't behave exactly the\n",
192192
"same. \n",
193193
"\n",
194-
"For example, Tensors don't implement the equals operator in the natural\n",
195-
"way."
194+
"For example, the equals operator on Tensors compares objects. Use\n",
195+
"`tf.equal` to compare values."
196196
]
197197
},
198198
{

0 commit comments

Comments
 (0)