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
你可能會有興趣的文章:
限會員,要發表迴響,請先登入

