개요
- M1에서
Tensorflow 테스트를 진행해본다.
- 현재 M1 시스템 환경은 아래와 같다. (2021-01-16)

주의: 텐서플로 공식 버전은 아님
라이브러리 설치
- 다음 코드를 설치해본다.
- 실행 전, 필수 체크 사항
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/apple/tensorflow_macos/master/scripts/download_and_install.sh)"
Installation script for pre-release tensorflow_macos 0.1alpha1. Please visit https://github.com/apple/tensorflow_macos
for instructions and license information.
This script will download tensorflow_macos 0.1alpha1 and needed binary dependencies, then install them into a new
or existing Python 3.8 virtual enviornoment.
Continue [y/N]?
-
위 질문이 나오면 y 입력한다.
