https://github.com/kimjeonghun91/py_dog_emotion
https://github.com/kimjeonghun91/py_dog_emotion
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kimjeonghun91/py_dog_emotion
- Owner: KimJeonghun91
- Created: 2021-12-01T08:54:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T05:18:04.000Z (over 3 years ago)
- Last Synced: 2025-01-30T23:32:23.302Z (5 months ago)
- Language: Jupyter Notebook
- Size: 69.8 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
...
# m1 파이썬 개발환경 / 텐서플로우 설치1. **Miniforge 설치해야됨!**
2021년 2월 4일 현재로써는 Miniforge가 유일하게 Apple Silicon의 arm64를 공식적으로 지원하는 conda 프로젝트이다. 아래의 포스트의 설치 방법을 참고하자.
[https://cpuu.postype.com/post/9091007](https://cpuu.postype.com/post/9091007)
2. **(이미 아나콘다를 설치했다면) 아나콘다 삭제 및 설치**
[https://velog.io/@taki0412/M1-Anaconda-Tensorflow-설치](https://velog.io/@taki0412/M1-Anaconda-Tensorflow-%EC%84%A4%EC%B9%98)
- conda 명령어 안먹히면 usr/local/Craskroom/miniforge/4.xx.xx/Mini~~.sh 한번 실행
- 터미널에서 (base) 확인3. **conda ~ 설치는 m1 지원안함. pip로 패키지 설치 해야됨.**