提交 7a67459b authored 作者: amrithasuresh's avatar amrithasuresh

Fixed indentation

上级 11aff774
......@@ -133,7 +133,7 @@ class T_SoftmaxWithBias(utt.InferShapeTester):
initial_W = np.asarray([[0.1, 0.1, 0.1],
[0.1, 0.1, 0.1],
[0.1, 0.1, 0.1]],
dtype=theano.config.floatX)
dtype=theano.config.floatX)
W = theano.shared(value=initial_W, name='W')
vbias = theano.shared(value=0.1, name='vbias') # 0.01
hid = T.vector('hid')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论