提交 cdcef8f2 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

PEP8 fix

上级 3d073a41
......@@ -1571,7 +1571,7 @@ class T_Scan(unittest.TestCase):
# trng = theano.tensor.shared_randomstreams.RandomStreams(
# utt.fetch_seed())
def f_rnn_cmpl(u_t, x_tm1, W_in):
def f_rnn_cmpl(u_t, x_tm1, W_in):
trng1 = theano.tensor.shared_randomstreams.RandomStreams(123)
x_t = theano.dot(u_t, W_in) + x_tm1 + \
trng1.uniform(low=-.1, high=.1)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论