提交 ca90a876 authored 作者: Li's avatar Li 提交者: Frederic

docs

上级 175dc512
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
========================== ==========================
Frequently Asked Questions Frequently Asked Questions
========================== ==========================
3B
TypeError: object of type 'TensorVariable' has no len() TypeError: object of type 'TensorVariable' has no len()
------------------------------------------------------- -------------------------------------------------------
...@@ -63,6 +63,13 @@ compilation but it will also use more memory because ...@@ -63,6 +63,13 @@ compilation but it will also use more memory because
``optimizer_excluding=inplace`` excludes inplace optimizations resulting ``optimizer_excluding=inplace`` excludes inplace optimizations resulting
in a trade off between speed of compilation and memory usage. in a trade off between speed of compilation and memory usage.
Theano flag `reoptimize_unpickled_function` controls if an unpickled theano function
should reoptimize its graph or not. Theano users can use the standard python pickle
tools to save a compiled theano function. When pickling, both graph before and
after the optimization are saved, including shared variables. When set to True,
the graph is reoptimized when being unpickled. Otherwise, skip the graph optimization
and use directly the optimized graph from the pickled file.
Faster Theano function Faster Theano function
---------------------- ----------------------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论