提交 127cf641 authored 作者: James Bergstra's avatar James Bergstra

vm.py - initialize logger with __name__ instead of __file__

上级 5e6d79bf
......@@ -14,7 +14,7 @@ config = theano.config
from theano.configparser import config, AddConfigVar, BoolParam
from theano import config
logger = logging.getLogger(__file__)
logger = logging.getLogger(__name__)
AddConfigVar('profile',
"If VM should collect profile information",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论