提交 0658a2c2 authored 作者: Frederic's avatar Frederic

fix typo following code review.

上级 4cbd44be
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Update in the Trunk since the last release: Update in the Trunk since the last release:
* Added in the tutorial documentation on how to extend Theano. * Added in the tutorial documentation on how to extend Theano.
This explain how to make a Theano Op from a python function. This explains how to make a Theano Op from a Python function.
http://deeplearning.net/software/theano/tutorial/extending_theano.html http://deeplearning.net/software/theano/tutorial/extending_theano.html
......
...@@ -215,7 +215,7 @@ GPU Op ...@@ -215,7 +215,7 @@ GPU Op
------ ------
Op that execute on the GPU should inherit from the Op that execute on the GPU should inherit from the
``theano.sandbox.cuda.GpuOp`` and not ``theano.Op``. This allow Theano ``theano.sandbox.cuda.GpuOp`` and not ``theano.Op``. This allows Theano
to make the distinction between both. Currently, we use this to test to make the distinction between both. Currently, we use this to test
if the NVIDIA driver work correctly with our sum reduction code on the if the NVIDIA driver works correctly with our sum reduction code on the
gpu. gpu.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论