提交 c5cef8b3 authored 作者: Frederic's avatar Frederic

Better doc

上级 891236a8
...@@ -63,6 +63,11 @@ To get an error if Theano can not use cuDNN, use this Theano flag: ...@@ -63,6 +63,11 @@ To get an error if Theano can not use cuDNN, use this Theano flag:
There is a problem we do not understand yet when cudnn paths are There is a problem we do not understand yet when cudnn paths are
used with symbolic links. So avoid using that. used with symbolic links. So avoid using that.
.. note::
cudnn.so* must be readable and executable by everybody.
cudnn.h must be readable by everybody.
Functions Functions
========= =========
......
...@@ -1009,6 +1009,8 @@ def inc_subtensor(x, y, inplace=False, set_instead_of_inc=False, ...@@ -1009,6 +1009,8 @@ def inc_subtensor(x, y, inplace=False, set_instead_of_inc=False,
:param x: the symbolic result of a Subtensor operation. :param x: the symbolic result of a Subtensor operation.
:param y: the amount by which to increment ths subtensor in question :param y: the amount by which to increment ths subtensor in question
:param inplace: Don't use. Theano will do it when possible.
:param set_instead_of_inc: If True, do a set_subtensor instead.
:param tolerate_inplace_aliasing: allow x and y to be views of a single :param tolerate_inplace_aliasing: allow x and y to be views of a single
underlying array even while working inplace. For correct results, underlying array even while working inplace. For correct results,
x and y must not be overlapping views; if they overlap, the result x and y must not be overlapping views; if they overlap, the result
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论