美文网首页
Ubuntu16.10下解决keras theano报错_Zdl

Ubuntu16.10下解决keras theano报错_Zdl

作者: ouou4516 | 来源:发表于2017-02-28 10:59 被阅读0次

    给GCC降级就可以了

    sudo apt-get install gcc-5 g++-5

    cd /usr/bin

    sudo rm -rf gcc

    sudo ln -s gcc-5 gcc 

    sudo rm -rf g++

    sudo ln -s g++-5 g++

    相关文章

      网友评论

          本文标题:Ubuntu16.10下解决keras theano报错_Zdl

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