美文网首页
ubuntu下配置深度学习环境

ubuntu下配置深度学习环境

作者: 山中有石为玉 | 来源:发表于2018-03-05 17:08 被阅读0次

    1. Python2.9.6以前版本需要手动安装pip

    sudo apt-get install python-pip

    如果报错:找不到资源,则输入命令:

    sudo apt-get update

    先更新软件资源,再下载即可。

    2. 安装scikit-neuralnetwork

    pip install scikit-neuralnetwork

    缺少的库补上即可

    报错:python.h

    sudo apt-get update

    sudo apt-get upgrade gcc

    sudo apt-get install python2.7-dev

    相关文章

      网友评论

          本文标题:ubuntu下配置深度学习环境

          本文链接:https://www.haomeiwen.com/subject/lhihfftx.html