Technical requirements
We will be using Jupyter notebooks for all our exercises. The following is a list of Python libraries that must be installed for this chapter using pip
. Here, you must run pip install torch==1.4.0
on the command line and then use the following commands:
jupyter==1.0.0 torch==1.4.0 tqdm==4.43.0 matplotlib==3.1.2 torchtext==0.5.0 torchvision==0.5.0 torchviz==0.0.1 networkx==2.4
All the code files that are relevant to this chapter are available at https://github.com/PacktPublishing/Mastering-PyTorch/tree/master/Chapter05.