로딩
요청 처리 중입니다...

아나콘다 환경 구축

 아나콘다 환경 구축

1. 아나콘다 및 주피터 노트북 1) Anaconda 설치 2) pip3 install tensorflow==??

conda search tensorflow 하면 유효한 버전 출력됨. 3) pip install keras 4) pip install opencv-python 5) pip install jupyterthemes 6) jt -t oceans16 -fs 12 (=필자의 개인 취향대로 적용한 디자인) jt -l 하면 테마 목록 확인 가능. 2. 파이토치 1) conda update --all 2) pip3 install --upgrade pip 3) conda search python (필요한 버전들 확인) 4) conda create -n 이름 python==버전 anaconda 실행) conda activate 이름 해제) conda deactivate 이름 5)conda install pytorch torchvision cpuonly -c pytorch 은전한닢 pip3...

# Anaconda # Python # Pytorch # 가상환경 # 아나콘다 # 주피터노트북 # 파이썬 # 파이토치 # 환경구축