Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.04 KB

python_install.md

File metadata and controls

38 lines (32 loc) · 1.04 KB

GPU 이용할 계획이 있다면 드라이버 및 쿠다 설치

Conda 설치

$./Anaconda3-2021.11-Linux-x86_64.sh

Conda 환경 구축

conda create -n pytorch python=3.9
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
conda install captum –c pyotorch
pip install wandb

Pycharm install

Tqdm install

conda install -c conda-forge tqdm

Numpy install

Pip install numpy

Matplotlib install

Pip install matplotlib