fastbook icon indicating copy to clipboard operation
fastbook copied to clipboard

The fastai book, published as Jupyter Notebooks

Results 180 fastbook issues
Sort by recently updated
recently updated
newest added
trafficstars

Fixes #445 The change is to provide `rnn_cbs(alpha=2, beta=1)` as the callback for the `LMModel7` custom `Learner` in the main notebook `12_nlp_dive.ipynb` and in `clean/12_nlp_dive.ipynb`. No changes needed for `TextLearner`...

I'm now unable to run some of the cells that depend on `fastbook` because my `nbdev_build_lib` command (version 1.1.22) claims to convert all of the notebooks, but only outputs `fastbook/__init__.py`...

![8zv3sCWVcn](https://user-images.githubusercontent.com/12576222/108632584-9e650f80-7424-11eb-88bf-be79c727c9aa.jpg) I'm just trying to get through the first notebook and I'm not sure how to fix this error

The following code: `dls = ImageDataLoaders.from_name_func( path, get_image_files(path), valid_pct=0.2, seed=42, label_func=is_cat, item_tfms=Resize(224)` Will sometimes cause a shared memory error, when the server does not have enough memory. This error can...

The code on GitHub is correct but it's incorrect in python package. I have written in detail about the issue at [https://forums.fast.ai/t/getting-error-while-downloading-images-using-api/89187](https://forums.fast.ai/t/getting-error-while-downloading-images-using-api/89187) I would have changed it but I don't...

This is the list of missing dependencies: ``` numpy Cython cymem murmurhash preshed blis ``` When i tried to install blis, it started complaining on my outdated `pip`, so i...

Are there any existing efforts to port the fastbook notebooks to other libraries than fastai, towards getting people introduced to their community's library of choice more rapidly?

In several parts of https://github.com/fastai/fastbook/blob/master/17_foundations.ipynb, the cross references are broken. For example, the section labeled "Broadcasting" says ``` As we discussed in < Broadcasting gives specific rules to codify ......

Looking through `12_nlp_dive.ipynb`, there are a couple of oddities that I think are worth explaining. ## Missing numbers First, why does a dataset containing "the first 10,000 numbers written out...

Hello everyone, in the following I'll try to specify my issue: **Problem:** Getting _NameError: name "search_image_ddg" is not defined_ when calling the function search_image_ddg. **Environment:** - paperspace/fastai:2.0-CUDA9.2-fastbook-v0.1.0 - free GPU...