fastbook
fastbook copied to clipboard
The fastai book, published as Jupyter Notebooks
Hey there, just got started with the book, and having fun so far. While going through the intro notebook, I hit a snag. Executing the code in this cell: ```...
Hi guys, I tried to run the `download_url` command in chapter 2 after fetching the search results from the bing image search but I keep getting the certificate result below....
Can I make a julia version of fastai book, and make a PR here?
In `14_resnet.ipynb`, the sentence under the section `Bottleneck Layers` >This then lets us use more filters: as we see in the illustration, the number of filters in and out is...
Since doing a `pip install fastai` now defaults to version 2, the import line from `fastai2.vision.all import *` should be replaced with from `fastai.vision.all import *`
Hey guys! It was a tiny error, and I was not sure where to submit it, so I'm doing it here. Please let me know if there's a better place...
I'm not sure if this is the right place to report it, but I'll try. I've bought the Kindle e-book and was trying to read it with Kindle Reader for...
The last two shortcuts listed under "command mode shortcuts" of `app_jupyter.ipynb` are actually edit mode shortcuts. The `shift + tab` shortcuts just scroll when in command mode. In edit mode,...
in 08_collab.ipynb [https://github.com/fastai/fastbook/blob/master/08_collab.ipynb] dls.classes outpts: 'user': (#944) ['#na#',1,2,3,4,5,6,7,8,9...], 'title': (#1635) ['#na#',"'Til There Was You (1997)"...] but actually the dataset has 943 users , 1682 items , what's wrong? @jph00
Hi, I am sorry if I should be wrong and waste a little time of you, but I think there is a little error on page 406 in the book:...