Last active
March 13, 2023 08:06
-
-
Save lseongjoo/da6e99f82fef1623e59d837fa460a791 to your computer and use it in GitHub Desktop.
딥러닝 소프트웨어 설정 (Apple Silicon)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pydeep | |
channels: | |
- defaults | |
- conda-forge | |
- apple | |
dependencies: | |
- python=3.9 | |
- pip | |
- pandas | |
- matplotlib | |
- scikit-learn | |
- pydot | |
- conda-forge::numpy~=1.20.0 | |
- apple::tensorflow-deps~=2.8 | |
- pip: | |
- tensorflow-macos~=2.8.0 | |
- tensorflow-metal~=0.5.0 | |
- jupyterlab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
작성 시점 (2023-03)에서, tensorflow-macos 2.9+, tensorflow-metal 0.6+ 는 정상적으로 동작하지 않음.