1.安装(参考:theano安装)
- yuminstallpython-develpython-nosepython-setuptoolsgccgcc-gfortrangcc-c++blas-devellapack-develatlas-devel
- pipinstall--upgradepip @H_301_38@pipinstallTheano
2.测试安装成功否
[python]
copy
- python
- importtheano @H_301_38@theano.test()