MxNet-1.2.0(Linux-python-GPU-pip)
sudo apt-get update
sudo apt-get install -y wget python
wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
sudo pip install mxnet-cu80 #安装cuda8.0,所以输入cu80
安装Tensorflow
pip install tensorflow-gpu # Python 2.7; 支持CPU
pip3 install tensorflow-gpu # Python 3.n; 支持CPU
卸载Tensorflow
sudo pip uninstall protobuf
sudo pip uninstall tensorflow
安装pyCharm
sudo add-apt-repository ppa:mystic-mirage/pycharm && sudo apt-get update
sudo apt-get install pycharm-community
卸载pyCharm
sudo apt remove pycharm pycharm-community && sudo apt autoremove
安装一些库
sudo pip install numpy scipy matplotlib nose pillow scikit-image easydict
网友评论