반응형
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
5. install required libaries
$ pip install tensorboard timm einops albumentations matplotlib
'Python' 카테고리의 다른 글
3D points data scatter plot (2) | 2024.10.08 |
---|---|
Scatter plot with subfigures (0) | 2023.11.13 |
현재 모델의 state_dict()가 갖는 key값만 저장된 state_dict()로 부터 불러오기 (0) | 2023.06.02 |
PIL.image 라이브러리 사용법 (0) | 2023.05.31 |
Change working directory to current location (0) | 2023.05.18 |