commit
8bf15af828
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user