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 |
Tags
- 실버쥐
- Algorithm
- 캡스톤정리
- Node.js
- 백트래킹
- Docker
- BFS
- Stack
- 탐색
- 그래프
- C++
- 풀이
- 백준
- mysql
- dp
- 부르트포스
- Blockchain
- Greedy
- NeuralNetwork
- dfs
- 프로그래머스
- sigmoid
- Swift
- 그리디
- 플로이드와샬
- ios
- 문제풀이
- ReLU
- DeepLearning
- 알고리즘
Archives
- Today
- Total
개발아 담하자
[Deep Learning] pip 으로 MacOS에서 TensorFlow 설치하기 / 실행해보기 본문
https://www.tensorflow.org/install
Install TensorFlow 2
Learn how to install TensorFlow on your system. Download a pip package, run in a Docker container, or build from source. Enable the GPU on supported cards.
www.tensorflow.org
공식 문서를 참조해 tensorflow 를 설치해 보았다.
아래는 공식 문서에 나와있는 선수 환경이다.👇 (버전이 다르면 오류가 발생할 수 있으므로 잘 확인해두자)

선수 환경을 만족하면 터미널창에서 패키지를 다운받는다.
docker 를 사용해 다운받는게 가장 간단하지만 (교수님 피셜,,), 나는 pip 패키지를 사용해 다운받아보았다.
pip install tensorflow
pip install msgpack
pip install keras
잘 설치가 되었으면 jupyter notebook 에서 간단한 실습을 진행해보자.

성공❗️👏👏
'🚀 Deep Learning' 카테고리의 다른 글
[Deep Learning] Gradient Descent 란 ? (0) | 2020.04.24 |
---|---|
[Deep Learning] Neural Network 의 Forward Pass 구현해보기 (2) - MNIST 데이터 학습, 예측, 정답률 구하기 (0) | 2020.04.22 |
[Deep Learning] Neural Network 의 Forward Pass 구현해보기 (1) - 초기 네트워크 세팅 (0) | 2020.04.22 |
[Deep Learning] Perceptron 과 NeuralNetwork 란? (0) | 2020.04.22 |
[Deep Learning] Scipy Library 사용하기, 이미지 처리해보기 (0) | 2020.04.15 |