Replies: 1 comment
-
It would be False not false because Python the difference between these 2 examples is that one uses first capital that is valid in python and another example uses all lower case which is not defined so the python thinks false as a variable. (that is not defined) so, the actual way of writing true and false is also, don't feel guilty when seeing that this was a small mistake, and you can't fix it. I also make stupid mistakes much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In Chapter 4 Video 80, i encountered with this error. I looked it up however i could not see any discussions about it. Or maybe i just did something wrong. I add the error below. Thank you for answers.
helper_functions.py already exists, skipping download
NameError Traceback (most recent call last)
in <cell line: 13>()
11 f.write(request.content)
12
---> 13 from helper_functions import plot_predictions, plot_decision_boundary
/content/helper_functions.py in
----> 1 {"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":".github","path":".github","contentType":"directory"},{"name":"data","path":"data","contentType":"directory"},{"name":"demos","path":"demos","contentType":"directory"},{"name":"docs","path":"docs","contentType":"directory"},{"name":"extras","path":"extras","contentType":"directory"},{"name":"going_modular","path":"going_modular","contentTyp...
NameError: name 'false' is not defined
Beta Was this translation helpful? Give feedback.
All reactions