- Create conda enviroment for CUT project:
conda env create -f environment.yml
This is enviroment.yml ( I renamed to CUT in first line):
name: CUT
channels:
– pytorch
– defaults
dependencies:
– python=3.6
– pytorch=1.4.0
– scipy
– pip:
– dominate==2.4.0
– torchvision==0.5.0
– Pillow==6.1.0
– numpy==1.16.4
– visdom==0.1.8
– packaging
– GPUtil==1.4.0
srun –job-name=DeepCUT –partition=gpu –gres=gpu:1 –time=2-00:00:00 –mem=16GB –pty bash
source /scratch/b.edsxxx/miniconda3/bin/activate CUT