提交 3be031f8 authored 作者: AdeB's avatar AdeB

Re-arrange order of imports in theano/__init__

上级 a2fb4f62
......@@ -36,11 +36,11 @@ logging_default_handler.setFormatter(logging_default_formatter)
theano_logger.addHandler(logging_default_handler)
theano_logger.setLevel(logging.WARNING)
from theano.configdefaults import config
# Version information.
from theano.version import version as __version__
from theano.configdefaults import config
# This is the api version for ops that generate C code. External ops
# might need manual changes if this number goes up. An undefined
# __api_version__ can be understood to mean api version 0.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论