Technical requirements
We will be using Jupyter notebooks and Python scripts for our exercises. Shown next is a list of Python libraries that shall be installed for this chapter using pip
. To install them, run pip install torch==1.4.0
and so on at the command line:
jupyter==1.0.0 torch==1.4.0 torchvision==0.5.0 matplotlib==3.1.2 Pillow==6.2.2 torch-model-archiver==0.2.0 torchserve==0.2.0 Flask==1.1.1 onnx==1.7.0 onnx-tf==1.5.0 tensorflow==1.15.0
All code files relevant to this chapter are available at the following URL: https://github.com/PacktPublishing/Mastering-PyTorch/tree/master/Chapter10.