1.下载anaconda Index of /https://repo.anaconda.com/archive/
选择指定的版本,我选的是 Anaconda3-2019.03-MacOSX-x86_64.sh ,python版本如下:
Python 3.7.3 (default, Mar 27 2019, 16:54:48) [Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin Type "help", "copyright", "credits" or "license" for more information.
pip install Jupiter
2.安装tensorflow 环境,指定从清华镜像下载会快一些
pip install tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple
3.安装torch环境
pip install torch -i https://pypi.tuna.tsinghua.edu.cn/simple
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)