개발로 하는 개발

M2에 tensorflow 설치하기 본문

Tips

M2에 tensorflow 설치하기

jiwon152 2022. 11. 29. 10:24

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