Installation
Installing:
Clone this repository
Create a conda environment with python, pytorch, torchvision; I recommend mamba
Activate your new environment (mamba activate …)
Change into the directory holding this repository.
pip install .
Installing as developper:
Do items 1 through 4 the same as above.
pip install -e .[dev]