提交 e1e9e84a authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Remove logging levels assignments that do not change anything.

上级 0925ce7a
...@@ -6,7 +6,6 @@ from sharedvalue import SharedVariable ...@@ -6,7 +6,6 @@ from sharedvalue import SharedVariable
import logging import logging
_logger=logging.getLogger("theano.compile.io") _logger=logging.getLogger("theano.compile.io")
_logger.setLevel(logging.WARNING)
class SymbolicInput(object): class SymbolicInput(object):
""" """
......
...@@ -14,7 +14,6 @@ from theano.configparser import (TheanoConfigParser, AddConfigVar, EnumStr, ...@@ -14,7 +14,6 @@ from theano.configparser import (TheanoConfigParser, AddConfigVar, EnumStr,
from theano.gof import Container, Variable, generic from theano.gof import Container, Variable, generic
_logger = logging.getLogger('theano.compile.sharedvalue') _logger = logging.getLogger('theano.compile.sharedvalue')
_logger.setLevel(logging.DEBUG)
AddConfigVar('shared.value_borrows', AddConfigVar('shared.value_borrows',
("DEPRECATED. You should not use the 'value' property of shared" ("DEPRECATED. You should not use the 'value' property of shared"
......
...@@ -17,7 +17,6 @@ import basic as T ...@@ -17,7 +17,6 @@ import basic as T
from theano.tensor.blas_headers import blas_header_text #, cblas_header_text from theano.tensor.blas_headers import blas_header_text #, cblas_header_text
_logger = logging.getLogger('theano.tensor.blas') _logger = logging.getLogger('theano.tensor.blas')
_logger.setLevel(logging.WARN)
try: try:
import scipy.linalg.blas import scipy.linalg.blas
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论