提交 d4a13c28 authored 作者: Reyhane Askari's avatar Reyhane Askari

minor changes in doc string as .value raises error

上级 0cd204a4
......@@ -134,10 +134,6 @@ class SharedVariable(Variable):
* The old value is being completely replaced by the new
value (not partially modified, e.g. by replacing some
subtensor of it).
* You change the value of the shared variable via
set_value, not via the .value accessors. You should not
use the .value accessors anyway, since they will soon be
deprecated and removed.
It is also worth mentioning that, for efficient transfer to the GPU,
Theano will make the new data ``c_contiguous``. This can require an
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论