提交 3574bc56 authored 作者: James Bergstra's avatar James Bergstra

merge

...@@ -30,7 +30,8 @@ to be installed: ...@@ -30,7 +30,8 @@ to be installed:
is buggy in 0.6. (scipy.csc_matrix dot has a bug with singleton is buggy in 0.6. (scipy.csc_matrix dot has a bug with singleton
dimensions. There may be more bugs.) dimensions. There may be more bugs.)
A BLAS installation (with Level 3 functionality) A BLAS installation (with Level 3 functionality), including the development
headers (-dev, -devel, depending on your Linux distribution).
The following libraries and software are optional: The following libraries and software are optional:
......
...@@ -91,7 +91,6 @@ def test_reshape(): ...@@ -91,7 +91,6 @@ def test_reshape():
#basic #basic
f = theano.function([a], c) f = theano.function([a], c)
fv = f(cuda_ndarray.CudaNdarray(numpy.asarray([0,1,2,3,4,5],dtype='float32'))) fv = f(cuda_ndarray.CudaNdarray(numpy.asarray([0,1,2,3,4,5],dtype='float32')))
import pdb;pdb.set_trace()
assert numpy.all(fv == numpy.asarray([[0,1,2], [3,4,5]])) assert numpy.all(fv == numpy.asarray([[0,1,2], [3,4,5]]))
#test that it works without inplace operations #test that it works without inplace operations
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论