root@ubuntubraintech:~/wwj# /home/braintech/anaconda2/bin/python
Python 2.7.12 |Anaconda custom (64-bit)| (default, Jul 2 2016, 17:42:40)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> import numpy
>>> import scipy
>>> import theano
导入theano模块后,即使经过相当长的时间,程序也会卡在那里,什么都不显示。有人能帮我一把吗?