fastbook
fastbook copied to clipboard
The fastai book, published as Jupyter Notebooks
 When defining average_grad, shouldn't the last line be like this:  According to the formula showed before: 
I wrote [a post about this](https://forums.fast.ai/t/in-the-neural-net-version-of-the-blue-book-for-bulldozers-problem-why-do-we-remove-fimodeldescriptor-instead-of-fimodeldesc-or-modelid/88889) in the FastAI forums, and someone suggested that this might be an errata in the book? If that is indeed the case, I'd be...
As a follow-up to [this issue](https://github.com/fastai/fastbook/issues/336), it appears that all the executable code snippets which include this line of code were removed, which is great. However, it looks like one...
As author of the function `search_images_ddg (key,max_n=200)`, I have gotten several complaints of it not working. The function in the github repository`utils.py/search_images_ddg` works as expected. The problem is with the...
A couple of issues in [Chapter 12](https://github.com/fastai/fastbook/blob/master/clean/12_nlp_dive.ipynb) in the definition of `LMModel7` and the associated `Learner`. - The `loss_func` and `accuracy` in `Learner` will have problems since `forward` returns a...
Forward slash in the directory assigned to "dest" variable causes "No such file or directory" error on " images/grizzly.jpg". Just changed the slash from " / " to " \...
On page 66 in the book, or about 1/3 of the way down in the chapter 2 jupyter notebook, when searching on Bing and extracting the URLs, the book shows...
search_images_ddg( ) is giving off a new error - AttributeError: 'str' object has no attribute 'decode'. I am guessing this is due to a change on duck duck go. If...
The validation set of the bulldozer dataset is supposed to contain the six-month period from November 2011 to April 2012. However, the split condition in the book does not do...
Apologies if this is not the right place to post this. But the forums didn't seems to have a channel for just the book. I'm on pg 165. It says...