Technical requirements
We will be using Jupyter notebooks for all of our exercises.
Here's the list of Python libraries that must be installed for this chapter using pip
. For example, here, you must run pip install torch==1.4.0
on the command line and so on:
jupyter==1.0.0 torch==1.4.0 torchvision==0.5.0 matplotlib==3.1.2 Pillow==8.0.1
All the code files that are relevant to this chapter are available at https://github.com/PacktPublishing/Mastering-PyTorch/tree/master/Chapter07.