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

small fix.

上级 de4cbdff
...@@ -44,7 +44,7 @@ The equivalent Theano code would be: ...@@ -44,7 +44,7 @@ The equivalent Theano code would be:
n_steps=k) n_steps=k)
# We only care about A**k, but scan has provided us with A**1 through A**k. # We only care about A**k, but scan has provided us with A**1 through A**k.
# Discard the values that we don't care about. Scan is smart enough not to # Discard the values that we don't care about. Scan is smart enough to
# notice this and not waste memory saving them. # notice this and not waste memory saving them.
final_result = result[-1] final_result = result[-1]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论