course22 icon indicating copy to clipboard operation
course22 copied to clipboard

The fast.ai course notebooks

Results 92 course22 issues
Sort by recently updated
recently updated
newest added
trafficstars

It seems the 1st line in the 4th cell of "00-is-it-a-bird-creating-a-model-from-your-own-data.ipynb": _from duckduckgo_search import ddg_images_ raises an ImportError. I tried it in Colab and in Kaggle. I found a solution...

Using class DDGS rather than calling ddg functions directly.

"a radiology practice" needs to be "a radiology practitioner" in "Limitations Inherent To Machine Learning "

pytorch bug fix in both clean and normal module where bool is treated as object

![image](https://github.com/user-attachments/assets/6a7e45fa-8146-4cba-88a5-1c719a2cb380) Getting this when trying to load any of the lesson pages

Hello, I noticed a very strange bug while experimenting with chapter 13 of the fastbook on convolutions and CNNs I first instantiated my model as such: ``` def conv(ni, nf,...

`05-linear-model-and-neural-net-from-scratch.ipynb`