Technical requirements
The following requirements are applicable to this chapter as they will help you better understand the concepts, be able to use them in your projects, and practice with the provided code:
- Python library requirements:
torch
>= 2.0.0torchvision
>= 0.15.1matplotlib
>= 3.7.1
You can find the code files for this chapter on GitHub at https://github.com/PacktPublishing/Debugging-Machine-Learning-Models-with-Python/tree/main/Chapter14.