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

Disable Theano gc in scan by default.

This do what gh-2385 should have done.
上级 97fdeaaa
......@@ -40,8 +40,8 @@ _logger = logging.getLogger('theano.scan_module.scan_op')
from theano.configparser import AddConfigVar, BoolParam
AddConfigVar('scan.allow_gc',
"Allow/disallow gc inside of Scan (default: True)",
BoolParam(True))
"Allow/disallow gc inside of Scan (default: False)",
BoolParam(False))
class Scan(PureOp):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论