Install

All platforms

  1. Install Python

  2. Install pip

Mac OS / Linux

$ pip install quilt==2.9.15

Windows

Download and install Visual C++ Redistributable for Visual Studio 2015.

$ pip install quilt==2.9.15

Install extras

[img]

Used by quilt.asa.plot to display images in Jupyter notebooks.

$ pip install quilt[img]==2.9.15

[pytorch,torchvision]

Used in conjunction with quilt.asa.pytorch to generate PyTorch datasets.

Mac

$ pip install quilt[pytorch,torchvision]==2.9.15

Linux, Windows

See pytorch.org.

Last updated