centos 安装 theano

前端之家收集整理的这篇文章主要介绍了centos 安装 theano前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


1.安装(参考:theano安装

[plain] view plain copy
  1. yuminstallpython-develpython-nosepython-setuptoolsgccgcc-gfortrangcc-c++blas-devellapack-develatlas-devel
  2. pipinstall--upgradepip
  3. pipinstallTheano

2.测试安装成功否 @H_301_50@

[python] copy
    python
  1. importtheano
  2. theano.test()

@H_301_50@测试时报

ERROR: Failure: ImportError (No module named nose_parameterized)
@H_301_50@解决

pipinstallnose_parameterized

原文链接:https://www.f2er.com/centos/374883.html

猜你在找的CentOS相关文章