Installation

Installing:

  1. Clone this repository

  2. Create a conda environment with python, pytorch, torchvision; I recommend mamba

  3. Activate your new environment (mamba activate …)

  4. Change into the directory holding this repository.

  5. pip install .

Installing as developper:

  1. Do items 1 through 4 the same as above.

  2. pip install -e .[dev]