I just started the Deep Learning for Coders with FastAI and PyTorch physical book. For chapter 1 it references a notebook that differentiates between cats and dogs and specifies that the notebook is available on the website (course.fast.ai). The website just redirects me to a notebook that classifies whether a certain image is a bird or not.
Perhaps I’m doing something wrong, but I could not find anything.
Hello, yes. But the book specifies that the first chapter has a notebook that develops a model to differentiate between cats and dogs, and here is shows a notebook that categorizes whether some image is a bird.
Hello again, I believe to have figured it out. They expect you to use the notebooks with which the book was generated to also run the code (you can also use the notebooks under /clean to not have the written content). Which can be found here.
I honestly believe this should be made a bit more clear since there is a course based on the book with different notebooks (and the book references the course website).