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

On [lesson 9 page](https://course.fast.ai/Lessons/lesson9.html), the link to the hexo.ai service seems to point to something different than it was at first.

Hi, I'm not sure where to start so I'm just posting here hoping that someone with more knowledge could help me out. I'm trying to run these notebooks on my...

I run the notebook on my PC, when I use learn.fintune(), I found that the time consumed is far higher than mentioned in the notes, I found that this is...

In https://course.fast.ai/Lessons/lesson1.html There is the word "relevent". It should be "relevant".

https://course.fast.ai/#the-software-you-will-be-using (paragraph 2): > The fastai library one of the most popular libraries for adding this higher-level functionality on top of PyTorch. should be: > The fastai library **is** one...

here is a [working link to the summary.](http://worrydream.com/refs/Lockhart-MathematiciansLament.pdf) and it's right, as the concept i've discovered long ago when learning a new language. thank you very much!

There seems to be a cell missing in github : https://github.com/fastai/course22/blob/master/03-which-image-models-are-best.ipynb ``` df_results['model_org'] = df_results['model'] df_results['model'] = df_results['model'].str.split('.').str[0] ``` However this cell exists in the kaggle notebook: https://www.kaggle.com/code/jhoward/which-image-models-are-best/ Without this...

Hello I think there is a problem with the the way the Deep Learning in Practice book is written. in the very first chapter there is this excerpt -> "The...

In the Lesson 9: Stable Diffusion page, this link is broken: [Summaries + Things Jeremy Says to do + Qs](https://course.fast.ai/t/podcast-writeup-summaries-things-jeremy-says-to-do-qs/66194) Here's what I believe is the correct link: https://forums.fast.ai/t/podcast-writeup-summaries-things-jeremy-says-to-do-qs/66194

I dont see the clean folder in the master branch any more. May have gotten deleted accidentally.