提交 6253c08c authored 作者: Andre Holzner's avatar Andre Holzner

removed '(constant)' from comment in doc/tutorial/examples.txt on request of @nouiz

上级 54b662a0
......@@ -507,7 +507,7 @@ It will be used repeatedly.
# between training iterations (updates)
w = theano.shared(rng.randn(feats), name="w")
# initialize the bias (constant) term
# initialize the bias term
b = theano.shared(0., name="b")
print("Initial model:")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论