提交 1e3312b3 authored 作者: Frederic's avatar Frederic

small doc/comments fix following code review.

上级 477bf93b
...@@ -189,7 +189,7 @@ Theano, do it in another branch like described above. ...@@ -189,7 +189,7 @@ Theano, do it in another branch like described above.
Optional Optional
-------- --------
You can instruc git to do color diff. For this, you need to add those line in the file ~/.gitconfig You can instruct git to do color diff. For this, you need to add those lines in the file ~/.gitconfig
.. code-block:: bash .. code-block:: bash
......
...@@ -4909,7 +4909,8 @@ class AdvancedSubtensor1(Op): ...@@ -4909,7 +4909,8 @@ class AdvancedSubtensor1(Op):
else: else:
o = None o = None
# I have read that using clip or wrap mode make it a lot faster when the output is provided # I have read that using clip or wrap mode make it a lot faster when
# the output is provided
out[0] = x.take(i, axis=0, out=o) out[0] = x.take(i, axis=0, out=o)
def grad(self, inputs, grads): def grad(self, inputs, grads):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论