일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- YouTube 8M
- ppc64le
- dlib
- shakeratos
- Windows 10
- colab
- pyTorch
- gpu memory
- python3
- linux
- FIle
- urllib
- object detection
- windows
- colaboratory
- Deep Learning
- 딥러닝
- Jupyter notebook
- ubuntu
- TensorFlow
- raspberry pi
- Anaconda
- install
- keras
- error
- download
- python
- dataset
- face_recognition
- CUDA
- Today
- Total
목록전체 글 (77)
Shakerato
0. nvidia-docker should be installed. 1. https://hub.docker.com/r/ppc64le/theano/ (1) docker pull ppc64le/theano (2) docker create -i -t --name mytheano ppc64le/theano:latest (3) docker start mytheano (4) docker attach mytheano 2. cd / ; cd tmp 3. apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libblas-dev git 4. https://github.com/marekrei/theano-tutorial (1) apt..
These links are about multi-gpu based deep learning environment construction.If someone is interested in this, just refer to the links below. [스파크와 분산 GPU 시스템에서 심층 신경망 학습하기]https://deeplearning4j.org/kr/spark-gpus [Building a Deep Learning Box with Multiple GPUs]https://medium.com/@acrosson/building-a-deep-learning-box-d17d97e2905c [Machine Learning on VMware vSphere 6 with NVIDIA GPUs]https://b..
unRAID Server OS (Lime Tech)는 USB 플래시 장치에서 부팅하고 디지털 미디어 저장을 위해 특별히 설계된 Network Attached Storage 서버 운영 체제 [unRAID (LIME TECH)] What is unRAID?: https://lime-technology.com/what-is-unraid/ 한 컴퓨터에 설치된 cpu, gpu, 하드디스크, 네트워크, 키보드, 마우스 등이 개별 할당된 여러개의 가상 환경을 구축 가능GPU path-through를 제공하기 때문에 각 독립된 가상환경에서 자신이 할당받은 gpu로 서로 다른 작업 (예를들어 게임)을 할 수 있음.아래는 이와 관련한 사례를 정리함. 대표적으로 Linus Tech Tips에서 한 컴퓨터 자원을 서로 다른 ..
Kitematic setup error: ~ ./pipe/docker_engine ~ Solution (Windows 10)1. Install latest Docker version (Install or not) (2017-09-04: version 17.06.1-ce) https://download.docker.com/win/stable/InstallDocker.msi2. Hyper-V service on (important)3. Restart Windows (important)
1. 우분투 설치A. 컴퓨터 재부팅 후 [F11]/또는 다른 BOOT MENU를 보기 위한키를 클릭 후 우분투 설치 USB 선택B. 우분투 설치 메뉴에서 ‘Install Ubuntu’ 선택, [e]키로 edit 화면으로 이동C. ‘quiet splash’를 ‘nomodeset’으로 변경 후 [F10]키를 눌러 우분투 설치 시작 (* 우분투와 nvidia 그래픽 카드 충돌로 화면 멈춤 현상 발생시)D. 언어는 ‘한국어’ 선택 후 ‘계속’E. ‘서드 파티 소프트웨어 설치’ 선택 하지 않고 ‘계속’F. 설치 형식을 ‘기타’로 선택하고 ‘계속’G. 설치를 원하는 하드를 선택i. Swap 용도, 논리 파티션, 현재 사용중인 컴퓨터의 메인 메모리 크기로 생성ii. EXT4 저널링 파일 시스템, 주 파티션, 마운트 ..