網路城邦
上一篇 回創作列表 下一篇   字體:
tensorflow cpu setup
2019/02/27 14:52:59瀏覽63|回應0|推薦0

conda create -n py35 python=3.5

source activate py35

(py35)

conda install -c conda-forge tensorflow

test:

python

import tensorflow

(py35)

pip install keras==x.x.x

test:

python

import keras

(py35)

conda install ipykernel

conda install spyder notebook

conda install numpy scipy pyyaml hdf5 h5py

conda install matplotlib

conda install mkl-service

( 心情隨筆心情日記 )
回應 列印 加入我的文摘
上一篇 回創作列表 下一篇

引用
引用網址:https://classic-blog.udn.com/article/trackback.jsp?uid=greatcat&aid=125019961