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
- 백준
- BAEKJOON
- pycharmerror
- CS231nSVM
- arm칩에안드로이드
- RegionProposalNetworks
- BOJ
- Algorithm
- CS231n
- MacOS
- CS231ntwolayerneuralnet
- 선형대수학
- adversarialattackonmonoculardepthestimation
- 선대
- 맥북원스토어
- CS231nAssignments
- CNNarchitecture
- Linear algebra
- Gilbert Strang
- professor strang
- 맥실리콘
- MIT
- CNN구조정리
- ㅐㅕ세ㅕㅅ
- ios원스토어
- monoculardepthestimation
- 아이폰원스토어
- gpumemory
- 백준알고리즘
- CS231nAssignment1
Archives
- Today
- Total
개발로 하는 개발
M2에 tensorflow 설치하기 본문
https://developer.apple.com/metal/tensorflow-plugin/
bash ~/miniconda.sh -b -p $HOME/miniconda
source ~/miniconda/bin/activate
conda install -c apple tensorflow-deps
conda create -n tf anaconda
conda activate tf
pip install --upgrade pip
conda install -c apple tensorflow-deps
pip install tensorflow-macos
pip install tensorflow-metal
pip install numpy –-upgrade
pip install scipy --upgrade
python
>>> import tensorflow as tf
>>> tf.__version__
'Tips' 카테고리의 다른 글
OPEN GL 3.3 설치하고 cmake로 build하기 (0) | 2023.12.15 |
---|---|
git, vim 사용 (0) | 2023.09.19 |
OpenCV 2.x Apple Silicon에 설치하기 (0) | 2023.08.02 |
OpenCV 2.4.13.6 version Mac에 설치 한 뒤 Xcode 설정하기 (0) | 2023.08.02 |
What to study? (0) | 2022.06.06 |