Technical requirements
We will be using Python scripts for all our exercises. The following is a list of Python libraries that must be installed for this chapter using pip. For example, run pip install torch==1.4.0
on the command line, like so to install torch
:
jupyter==1.0.0 torch==1.4.0 torchvision==0.5.0
All the code files that are relevant to this chapter are available at https://github.com/PacktPublishing/Mastering-PyTorch/tree/master/Chapter11.