course22 icon indicating copy to clipboard operation
course22 copied to clipboard

The fast.ai course notebooks

Results 87 course22 issues
Sort by recently updated
recently updated
newest added

This is a minor change and one can search for a solution and get it, but the premise that anyone can actually open the notebook, run it and see instant...

When running the 5th notebook "Linear Model and Neural Network From Scratch", there is a type error when trying to convert the dataframe to a tensor. This code gives the...

`Throughout the course, we’ll PyTorch to implement our models, and will create our own...` I think the word `use` might be missing before `PyTorch`.

Not sure if this is the place to report it but in https://course.fast.ai/Lessons/part2.html the text is missing "use" (or a similar verb). > Throughout the course, we’ll PyTorch to implement...

Fix to get around the df merge resulting in an empty df since the results-imagenet.csv file has longer form names like "model.extrainfo". I'm not sure why jupyter notebook is changing...

Howdy, ![image](https://github.com/fastai/course22/assets/20467839/82240660-0fbf-4c72-8f8b-b2ea7773cbb2) While in Brazil haven't been able to access the course website. Anyone with similar issue? Thanks, Alexandre

The [dinosaur classifier](https://notebooksg.jarvislabs.ai/U7mQvWgvra53-YvTogLgJCfNzgJxRJv238Go2bHoAmHBqQFHoOL1ZFeKDG8gYmnO/) link on the [welcome page](https://course.fast.ai/#real-results) does not work

Hello, It seems like the [link](https://www.maa.org/external_archive/devlin/LockhartsLament.pdf) provided for the book A Mathematician's Lament by Lockhart is outdated. An alternate link seems to be https://www.mimuw.edu.pl/~pawelst/rzut_oka/Zajecia_dla_MISH_2011-12/Lektury_files/LockhartsLament.pdf , but I am unsure if...

I created a Bird detector based on the video lesson and I created a gradio app on huggingface spaces. The app works fine when i run it own spaces but...