Anaconda 深度学习包配置

pip install --upgrade --ignore-installed tensorflow #安装tensorflow

pip install --ignore-installed --upgrade tensorflow-gpu #安装tensorflow-GPU,还需下载SDK10,CUDA,cuDNN

conda install mingw libpython

conda install mnist

pip install theano
pip install keras
 

import tensorflow as tf

import keras

猜你喜欢

转载自blog.csdn.net/mmm305658979/article/details/81079241