fastbook
fastbook copied to clipboard
The fastai book, published as Jupyter Notebooks
I have installed JupyterLab version 4.0.2. When loading the notebook files, I get the following error:Unreadable Notebook: ``` /Users/mine/Downloads/01_intro.ipynb ``` I tried to convert it with nbconvert: ``` jupyter nbconvert...
spelling error. referencing "subsequence characters" when I believe it is supposed to read "subsequent characters"
In chapters 01 and 02 when reading in colab all links show up as `` no text or hyperlink. Some seem like they are refs to tables, images in the...
As reported in #325, there's a mistake in the predicate that splits the data into the training and validation sets. Jeremy commented that it won't be fixed in this edition:...
## Problem The book's histogram of ProductSizes in the "Partial Dependence" section has a mislabeled y-axis. Consequently, the histogram communicates the wrong counts for some of the ProductSizes. Here are...
Temporary solution, as mentioned in the issue.
https://github.com/fastai/fastbook/blob/823b69e00aa1e1c1a45fe88bd346f11e8f89c1ff/02_production.ipynb#LL929C5-L931C58 In the lines highlighted above(See the 'Code' tab of .ipynb), I was getting this error : > NotImplementedError: The operator 'aten::_linalg_solve_ex.result' is not currently implemented for the MPS device....
Code which download images in the cell will only run if directory don`t exist, which won`t be true if you run this cell or the whole notebook multiple times, thus...
Trying to load the images from this url with `untar_data` and getting the following exception: ``` gaierror Traceback (most recent call last) /opt/conda/lib/python3.7/urllib/request.py in do_open(self, http_class, req, **http_conn_args) 1349 h.request(req.get_method(),...
Hi, with the sentence ' Let's say we want a batch size of 6.' I had the expectation that each batch would be of the length of 6. but the...