提交 b6470d61 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fixes

上级 d63ad8d5
......@@ -234,13 +234,13 @@ def local_ultra_fast_sigmoid(node):
"""
When enabled, change all sigmoid to ultra_fast_sigmoid.
To example do mode.including('local_ultra_fast_sigmoid')
For example do mode.including('local_ultra_fast_sigmoid')
or use the Theano flag optimizer_including=local_ultra_fast_sigmoid
This speed up the sigmoid op by using an approximation.
This speeds up the sigmoid op by using an approximation.
This is done after the stabilization and specialize phase
to don't interact with them.
This is done after the stabilization and specialize phases
to avoid interacting with them.
"""
if (isinstance(node.op, tensor.Elemwise) and
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论