Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 821 Bytes

INSTALL.md

File metadata and controls

executable file
·
24 lines (18 loc) · 821 Bytes

Install PDM

e.g:

  • Linux/Mac: curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -
  • Windows: (Invoke-WebRequest -Uri https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py -UseBasicParsing).Content | python -

Enable pep582

$ eval "$(pdm --pep582)"

Install repo/dependencies

git clone https://github.com/sara-nl/2D-VQ-AE-2.git
cd 2D-VQ-AE-2

pdm install

ASAP usage

ASAP (https://github.com/computationalpathologygroup/ASAP) is not in pyproject.toml
Please install it yourself.

In Snellius/Lisa, ASAP2.0 is available under ASAP/2.0-foss-2021a-CUDA-11.3.1, i.e.:
module load 2021 ASAP/2.0-foss-2021a-CUDA-11.3.1

Load the environment easily by executing source ./load-asap.sh after following the previous installation steps.