Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 딥러닝
- face_recognition
- YouTube 8M
- install
- Deep Learning
- raspberry pi
- dlib
- ppc64le
- CUDA
- keras
- shakeratos
- linux
- TensorFlow
- urllib
- download
- dataset
- colaboratory
- FIle
- object detection
- gpu memory
- python
- Anaconda
- error
- colab
- pyTorch
- windows
- ubuntu
- Jupyter notebook
- Windows 10
- python3
Archives
- Today
- Total
목록버전 (1)
Shakerato
pip install -r requirements.txt 라이브러리 설치 팁 (버전 상관없이 최신버전 설치)
버전 상관 없이 최신버전으로 requirements.txt 파일에 있는 라이브러리들을 설치하는 경우 사용 예를들어 아래와 같이 라이브러리 리스트에 개수가 많고 버전이 틀려서 설치가 잘 안될때 복구/설치 할때 사용합니다.- github에서 다운받은 소스코드의 requirements- 파이썬 설치 라이브러리 리스트 백업: pip list > requirements.txt- 아나콘다 설치 라이브러리 리스트 백업: conda list > requirements.txt 다음과 같이 아래와 같이 requirements.txt가 되어 있는경우, -------------alabaster==0.7.10anaconda-client==1.6.5anaconda-navigator==1.6.8anaconda-project==0...
Research
2018. 5. 26. 04:10