提交 011cdd91 authored 作者: Frederic's avatar Frederic

removed debug line.

上级 822a6648
...@@ -693,7 +693,6 @@ class T_Scan(unittest.TestCase): ...@@ -693,7 +693,6 @@ class T_Scan(unittest.TestCase):
outputs_info = [None]) outputs_info = [None])
inp = numpy.arange(5).astype('float64') inp = numpy.arange(5).astype('float64')
rval = theano.function([x], y, updates=updates)(inp) rval = theano.function([x], y, updates=updates)(inp)
import ipdb; ipdb.set_trace()
assert numpy.all(rval == inp[:-1]) assert numpy.all(rval == inp[:-1])
# simple rnn, one input, one state, weights for each; input/state are # simple rnn, one input, one state, weights for each; input/state are
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论