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

Microsoft updated '_Bing Image Search API_' which created incompatibility with the ```search_images_bing()``` function. The function is updated and the issue is now resolved. Also added one more parameter ```imageType``` to...

In 01_intro.ipynb on Colab, when I run the first cell `#hide ! [ -e /content ] && pip install -Uqq fastbook import fastbook fastbook.setup_book()` it requests access to my Google...

**Issue** # loss function added in when creating learner learn = vision_learner(dls, resnet18, metrics=error_rate, loss_func = nn.CrossEntropyLoss(weight=tensor(2.,1.))) # learn.summary reveals no modified loss function in use learn.summary() Optimizer used: Loss...

In the Chapter 6 notebook: **06_multicat.ipynb**, The binary cross entropy calculation using either the nn module or F function gives "TypeError" Executing this cell, ``` loss_func = nn.BCEWithLogitsLoss() loss =...

The link is broken and return 404 when accessed. Is anyone else seeing the same problem?

The link in chapter 1 to the datasets provided by fast.ai was broken. This pull request fixes the broken link. Previously: https://course.fast.ai/datasets Now: https://docs.fast.ai/data.external.html#datasets

## Prelude I did exactly what the first chapter of the book says _not_ to do, getting my new Win 11 machine to run the Jupyter notebooks locally. It was...

Updated from the old broken link: https://maa.org/external_archive/devlin/LockhartsLament.pdf of the "A Mathematician's Lament" essay to a functional one: https://maa.org/sites/default/files/pdf/devlin/LockhartsLament.pdf solve the issue #618 .

Replaced Bing Image Search with DuckDuckGo Image Search, which is also free, recommended instead by Jeremy Howard in his recorded lecture, and which doesn't require any advanced setup or creation...