Aucune description

Andrej Studen 7608245f49 Merge branch 'master' of https://git0.fmf.uni-lj.si/studen/venv il y a 1 an
labkey c3c26180f4 Adding nnUNet and labkey il y a 2 ans
limfomiPET 398949f840 Adding limfomiPET venv signature il y a 1 an
nnUNet 5cef5492d4 Commenting out torch dependencies due to pip mishandling the cu113 flag related to proper CUDA version il y a 2 ans
socket 01bbac7fcd Adding socket il y a 2 ans
README.md a2573b00b2 Update 'README.md' il y a 2 ans

README.md

Installation of virtual environments

After cloning, virtual environment with python3 needs to be created - in this file, only requiremnets for virutal environments can be found.

Create virtual environment with python3 and requirements file:

Labkey venv

virtualenv ~/venv/labkey -p python3
source ~/venv/labkey/bin/activate
pip install -r requirements.txt

nnUNet venv

virtualenv ~/venv/nnUNet -p python3
source ~/venv/nnUNet/activate
pip install ~/software/src/venv/nnUNet/requirements.txt
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
pip install nnunet

Socket venv More detailed instructions for virtual environment socket can be found here