본문 바로가기

Python

Install a conda environment compatible with 'Resnoise'

반응형

0. install miniconda

1. create conda env

$ conda create -y -n resnoise python=3.8

2. activate created env

$ source activate cvt

3. install pytorch lightening through pip

$ pip install pytorch-lightening==1.9.0

 

4. Reinstall pytorch, torchvision, cuda toolkit

$ pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113

 

https://download.pytorch.org/whl/cu113

 

download.pytorch.org

 

5. install required libaries

$ pip install tensorboard timm einops albumentations matplotlib