Technical requirements
We will be using Jupyter Notebooks for all of our exercises. Here is a list of the Python libraries that will be installed for this chapter, using pip
(for example, by running pip install torch==1.4.0
on the command line:
jupyter==1.0.0 torch==1.4.0 torchvision==0.5.0 matplotlib==3.1.2 pytorch-lightning==1.0.5 fast.ai==2.1.8
All code files relevant to this chapter are available at the following GitHub page: https://github.com/PacktPublishing/Mastering-PyTorch/tree/master/Chapter14.