Python Packages

Learn to install the PyTorch Image Model package and its Python dependencies via different methods.

This lesson will guide us while we set up and install the PyTorch Image Model library and its Python dependencies in our virtual environment.


Install from PyPi

We can easily install the stable version from PyPi by using the following command:

pip install timm

PyTorch Image Model depends on the following Python packages:

  • torch >= 1.4.0
...