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.1transformers
>= 4.28.0datasets
>= 2.12.0torch_geometric
== 2.3.1
- You will require basic knowledge of the following:
- Deep learning modeling and fully connected neural networks
- How to use PyTorch for deep learning modeling
You can find the code files for this chapter on GitHub at https://github.com/PacktPublishing/Debugging-Machine-Learning-Models-with-Python/tree/main/Chapter13.