Commit 44e13205 authored by Allen Lavoie's avatar Allen Lavoie
Browse files

Eager colab: make the "not like numpy" statement slightly more useful.

parent b806805b
...@@ -191,8 +191,8 @@ ...@@ -191,8 +191,8 @@
"Tensors behave similarly to NumPy arrays, but they don't behave exactly the\n", "Tensors behave similarly to NumPy arrays, but they don't behave exactly the\n",
"same. \n", "same. \n",
"\n", "\n",
"For example, Tensors don't implement the equals operator in the natural\n", "For example, the equals operator on Tensors compares objects. Use\n",
"way." "`tf.equal` to compare values."
] ]
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment