Contents ...
udn網路城邦
tensorflow cpu setup
2019/02/27 14:52
瀏覽68
迴響0
推薦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

全站分類:心情隨筆 心情日記
自訂分類:tensorflow
上一則: tensorflow keras 查詢可用版本
下一則: tensorflow gpu test cuda
你可能會有興趣的文章:

限會員,要發表迴響,請先登入