提交 af03d648 authored 作者: Frederic Bastien's avatar Frederic Bastien

auto white space/indent fix.

上级 25b84b75
...@@ -1709,7 +1709,7 @@ class T_Scan(unittest.TestCase): ...@@ -1709,7 +1709,7 @@ class T_Scan(unittest.TestCase):
inpt = tensor.matrix('inpt') inpt = tensor.matrix('inpt')
def one_step(x_t, h_tm1, W): def one_step(x_t, h_tm1, W):
expr = T.dot(h_tm1, W) + x_t expr = tensor.dot(h_tm1, W) + x_t
return expr return expr
expr, _ = theano.scan( expr, _ = theano.scan(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论