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