course22
course22 copied to clipboard
The fast.ai course notebooks
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
 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`