提交 0f4e6f57 authored 作者: Frederic's avatar Frederic

import clean up

上级 8980e2e9
...@@ -4,16 +4,11 @@ __docformat__ = 'restructuredtext en' ...@@ -4,16 +4,11 @@ __docformat__ = 'restructuredtext en'
# Standard imports # Standard imports
import copy import copy
import logging import logging
import traceback
import warnings
# Third-party imports # Third-party imports
import numpy import numpy
# Theano imports # Theano imports
from theano import config
from theano.configparser import (TheanoConfigParser, AddConfigVar, EnumStr,
StrParam, IntParam, FloatParam, BoolParam)
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')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论