Technical requirements
The following requirements should be considered for this chapter as they will help you better understand the concepts, use them in your projects, and practice with the provided code:
- Python library requirements:
torch
>= 2.0.0torchvision
>= 0.15.1
- You will also require basic knowledge of the difference between different types of machine learning models, such as classification, regression, and clustering
You can find the code files for this chapter on GitHub at https://github.com/PacktPublishing/Debugging-Machine-Learning-Models-with-Python/tree/main/Chapter12.