提交 58cfa9ea authored 作者: Frederic Bastien's avatar Frederic Bastien

small example fix in the tutorial.

上级 7d9e2a28
...@@ -62,9 +62,9 @@ DebugMode is used as follows: ...@@ -62,9 +62,9 @@ DebugMode is used as follows:
f = theano.function([x], 10*x, mode='DEBUG_MODE') f = theano.function([x], 10*x, mode='DEBUG_MODE')
f(5) f([5])
f(0) f([0])
f(7) f([7])
If any problem is detected, DebugMode will raise an exception according to If any problem is detected, DebugMode will raise an exception according to
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论