提交 63a6b7c3 authored 作者: Anton Chechetka's avatar Anton Chechetka

Remove dupe empty line.

上级 6c5be10e
...@@ -400,7 +400,6 @@ Using the original Gibbs sampling example, with ``strict=True`` added to the ...@@ -400,7 +400,6 @@ Using the original Gibbs sampling example, with ``strict=True`` added to the
return trng.binomial(size=vsample.shape, n=1, p=vmean, return trng.binomial(size=vsample.shape, n=1, p=vmean,
dtype=theano.config.floatX) dtype=theano.config.floatX)
# The new scan, adding strict=True to the original call. # The new scan, adding strict=True to the original call.
# Produces an error, because W, bvis and bhid are used by OneStep, but not # Produces an error, because W, bvis and bhid are used by OneStep, but not
# passed explicitly. # passed explicitly.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论