Skip to content

Instantly share code, notes, and snippets.

@lseongjoo
Last active March 13, 2023 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lseongjoo/da6e99f82fef1623e59d837fa460a791 to your computer and use it in GitHub Desktop.
Save lseongjoo/da6e99f82fef1623e59d837fa460a791 to your computer and use it in GitHub Desktop.
딥러닝 소프트웨어 설정 (Apple Silicon)
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
@lseongjoo
Copy link
Author

작성 시점 (2023-03)에서, tensorflow-macos 2.9+, tensorflow-metal 0.6+ 는 정상적으로 동작하지 않음.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment