Installation
Clone this repository:
git clone git@github.com:PMBio/deeprvat.git
Change directory to the repository:
cd deeprvatInstall the conda environment. We recommend using mamba, though you may also replace
mambawithcondaNote: the current deeprvat env does not support cuda when installed with conda. Install using mamba for cuda support.
mamba env create -n deeprvat -f deeprvat_env.yaml
Activate the environment:
mamba activate deeprvatInstall the
deeprvatpackage:pip install -e .
If you don’t want to install the GPU-related requirements, use the deeprvat_env_no_gpu.yml environment instead.
mamba env create -n deeprvat -f deeprvat_env_no_gpu.yaml