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

added link in the doc to the config.mode when usefull.

上级 204c6632
...@@ -59,9 +59,9 @@ The parameter in T.dscalar('x') in the first line is the name of this variable(i ...@@ -59,9 +59,9 @@ 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 to ``theano.function`` or ``theano.make`` or by setting to ``PROFILE_MODE``
``mode='FAST_RUN'`` to ``theano.function`` or ``theano.make``. Some the flags :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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论