Update 01_intro.ipynb

correcting misspelling "becaue" to "because"
This commit is contained in:
Leozítor Floro de Souza 2020-08-05 14:16:38 -04:00 committed by GitHub
parent 62ac21d085
commit 868e5e9988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2237,7 +2237,7 @@
"learn.fine_tune(4, 1e-2)\n",
"```\n",
"\n",
"The outputs themselves can be deceiving, becaue they include the results of the last time the cell was executed; if you change the code inside a cell without executing it, the old (misleading) results will remain.\n",
"The outputs themselves can be deceiving, because they include the results of the last time the cell was executed; if you change the code inside a cell without executing it, the old (misleading) results will remain.\n",
"\n",
"Except when we mention it explicitly, the notebooks provided on the [book website](https://book.fast.ai/) are meant to be run in order, from top to bottom. In general, when experimenting, you will find yourself executing cells in any order to go fast (which is a super neat feature of Jupyter Notebook), but once you have explored and arrived at the final version of your code, make sure you can run the cells of your notebooks in order (your future self won't necessarily remember the convoluted path you took otherwise!). \n",
"\n",