Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tensor Puzzlers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
" \"Use this function to replace an if-statement.\"\n",
" return (q * a) + (~q) * b\n",
"\n",
"# In diagrams, orange is positive/True, where is zero/False, and blue is negative.\n",
"# In diagrams, orange is positive/True, white is zero/False, and blue is negative.\n",
"\n",
"examples = [(tensor([False]), tensor([10]), tensor([0])),\n",
" (tensor([False, True]), tensor([1, 1]), tensor([-10, 0])),\n",
Expand Down