提交 5f504d11 authored 作者: Frederic Bastien's avatar Frederic Bastien

mark a test as know failure

上级 e6ab0ab5
......@@ -9,7 +9,7 @@ from theano.tensor.tests import test_basic as TT
from theano import printing
from theano.tensor.nnet import *
from numpy.testing import dec
class T_sigmoid(unittest.TestCase):
def setUp(self):
......@@ -924,6 +924,8 @@ class Test_softmax_opt():
assert softmax in f_ops
f(self.rng.rand(3,4))
@dec.knownfailureif(True,
"This case is not implemented")
def test_grad(self):
c = T.matrix()
p_y = T.exp(c) / T.exp(c).sum(axis=1).dimshuffle(0,'x')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论