提交 079f8102 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Make DebugMode check pre-allocated memory for output buffers by default.

上级 1f3b1f4e
...@@ -54,7 +54,7 @@ AddConfigVar('DebugMode.check_preallocated_output', ...@@ -54,7 +54,7 @@ AddConfigVar('DebugMode.check_preallocated_output',
'"c_contiguous", "f_contiguous", ' '"c_contiguous", "f_contiguous", '
'"neg_strides" (negative strides), and ' '"neg_strides" (negative strides), and '
'"ALL" (all of the above).'), '"ALL" (all of the above).'),
StrParam('')) StrParam('ALL'))
import logging import logging
_logger=logging.getLogger("theano.compile.debugmode") _logger=logging.getLogger("theano.compile.debugmode")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论