提交 745ca6e1 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Small doc fix.

上级 337a3bfd
...@@ -60,8 +60,8 @@ The parameter in T.dscalar('x') in the first line is the name of this variable(i ...@@ -60,8 +60,8 @@ The parameter in T.dscalar('x') in the first line is the name of this variable(i
The function I compiled is too slow, what's up? The function I compiled is too slow, what's up?
----------------------------------------------- -----------------------------------------------
First, make sure you're running in FAST_RUN mode, by passing ``mode='FAST_RUN'`` First, make sure you're running in FAST_RUN mode, by passing ``mode='FAST_RUN'``
to ``theano.function`` or ``theano.make`` or by setting to ``PROFILE_MODE`` to ``theano.function`` or ``theano.make`` or by setting to ``FAST_RUN``
the flags :attr:`config.mode`. Some the flag :attr:`config.mode`. Some
operations have excruciatingly slow Python implementations and that operations have excruciatingly slow Python implementations and that
can negatively effect the performance of FAST_COMPILE. can negatively effect the performance of FAST_COMPILE.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论