提交 4a655b9f authored 作者: David Warde-Farley's avatar David Warde-Farley

Comment unused import, capitalize.

上级 2a84c901
...@@ -25,7 +25,7 @@ from theano.sparse import AddSS, AddSD, MulSS, MulSD, Transpose, Neg ...@@ -25,7 +25,7 @@ from theano.sparse import AddSS, AddSD, MulSS, MulSD, Transpose, Neg
from theano.sparse import add, mul, structured_dot, transpose from theano.sparse import add, mul, structured_dot, transpose
from theano.sparse import csc_from_dense, csr_from_dense, dense_from_sparse from theano.sparse import csc_from_dense, csr_from_dense, dense_from_sparse
from theano.sparse import Dot, Usmm, UsmmCscDense from theano.sparse import Dot, Usmm, UsmmCscDense
from theano.sparse import get_item_2d, get_item_scalar #from theano.sparse import get_item_2d, get_item_scalar
from theano.tests import unittest_tools as utt from theano.tests import unittest_tools as utt
from theano import tensor from theano import tensor
...@@ -109,7 +109,7 @@ class SparseInferShapeTester(unittest.TestCase): ...@@ -109,7 +109,7 @@ class SparseInferShapeTester(unittest.TestCase):
assert numpy.all(out.shape == shape) assert numpy.all(out.shape == shape)
def test_getitem_2d(self): def test_getitem_2d(self):
raise SkipTest('infer_shape not implemented for getitem2d yet') raise SkipTest('infer_shape not implemented for GetItem2d yet')
def test_csm_grad(self): def test_csm_grad(self):
for sparsetype in ('csr', 'csc'): for sparsetype in ('csr', 'csc'):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论