Projects/capstone design

Projects/capstone design

Anaconda3 딥러닝 가상환경 구축하기

가상환경을 쓰는 이유 패키지간의 의존성 [설치 해야 할 것들] 1. nvidia driver NVIDIA Corporation TU116 [GeForce GTX 1650 SUPER] 2. cuda 3. cuDnn 1. nvidia driver sudo ubuntu-drivers autoinstall nvidia-smi # 가상환경 생성 conda create -n dense_v1 python=3.7 # 생성한 가상환경 확인 conda info --envs # 가상환경 활성화 conda activate dense_v1 생성한 가상환경에서 라이브러리 설치 진행한다. 2. cuda 설치 ubunto 22.04 LTS는 cuda 최신버전부터 지원하기 때문에 일단 cuda 11.7로 설치진행한다. wget htt..

Projects/capstone design

Anaconda 가상환경 활성화 오류

가상환경 활성화 오류 발생하였을 때 , , source ~/anaconda3/etc/profile.d/conda.sh conda activate 가상환경이름

Projects/capstone design

Ubuntu 환경에서 Anaconda 설치

*공식 홈페이지 install 방법 https://docs.anaconda.com/anaconda/install/linux/ Installing on Linux — Anaconda documentation The installer prompts “Do you wish the installer to initialize Anaconda3 by running conda init?” We recommend “yes”. Note If you enter “no”, then conda will not modify your shell scripts at all. In order to initialize after the installation pro docs.anaconda.com Ubunti22.04 LTS 1. 다..

Projects/capstone design

Ubuntu 멀티 OS 부팅 세팅

리눅스 환경에서 Densepose를 실행시키기 위해 window10 데스크탑에 우분투를 멀티 os 로 설치 하였다. 1. win+R -> diskmgmt.msc D드라이브 볼륨 축소 100GB 2. ubuntu 부팅 USB 만들기 - ubuntu 설치 - rufus 설치 3. bios 세팅 참고 https://shanepark.tistory.com/229 우분투 한글입력 kime

flozl
'Projects/capstone design' 카테고리의 글 목록