Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- rnn
- 서버 os
- transductive learning
- inductive learning
- python2 python3
- docker commands
- inductive
- 크롤링 주의사항
- 푸리에 변환
- continous deployment
- python패키지설치
- 머신러닝
- python버전 동시 사용
- Machine Learning
- virtual env
- Fourier
- transductive
- fourier transform
- 로컬에서 서버
- 크롤링할때 중요한것
- fourier 변환
- rnn구현
- dlib 설치
- 기초머신러닝
- 머신러닝 딥러닝
- 서버로 파일 복사
- 피티이
- inductive transductive
- 푸리에
- 푸리에변환이란
Archives
- Today
- Total
우당탕탕 도비의 코딩로그
dlib 오류없이 설치하기 본문
반응형
dlib을 설치하다보면 에러가 많이 뜬다.
여러가지 방법을 시도해보다가 (wheel로 설치하기, git에서 직접 클론하여 설치 등등)
아래 command들로 설치에 드디어 성공!
conda install -c conda-forge dlib
conda install -c conda-forge/label/cf201901 dlib
conda install -c conda-forge/label/cf202003 dlib
반응형
Comments