提交 83a31fce authored 作者: Frederic Bastien's avatar Frederic Bastien

added documentation about that theano nocleanup flag.

上级 3cf71a0f
...@@ -246,3 +246,15 @@ Config Attributes ...@@ -246,3 +246,15 @@ Config Attributes
A list of optimizer tags that we require for optimizer in the default Mode. A list of optimizer tags that we require for optimizer in the default Mode.
If multiple tags, separate them by ':'. If multiple tags, separate them by ':'.
.. attribute:: nocleanup
Bool value: either True or False
Default: False
Remove compiled file when not needed anymore.
This mean it remove file that he tried to compile but failed.
Set to True to keep the source file that failed to compile to
debug them.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论