提交 2e6a3481 authored 作者: Frederic Bastien's avatar Frederic Bastien

remove not used import

上级 f95f64b6
...@@ -6,6 +6,14 @@ ...@@ -6,6 +6,14 @@
import logging import logging
_logger = logging.getLogger('theano.tensor.opt') _logger = logging.getLogger('theano.tensor.opt')
import operator
import itertools
import sys
import numpy
import numpy as N #guys... please don't do this in the library :(
import theano
from theano import gof from theano import gof
from theano.gof import opt, InconsistencyError, TopoOptimizer, graph from theano.gof import opt, InconsistencyError, TopoOptimizer, graph
from theano.gof import Variable, Constant from theano.gof import Variable, Constant
...@@ -14,12 +22,6 @@ from theano.configparser import config ...@@ -14,12 +22,6 @@ from theano.configparser import config
from elemwise import Elemwise, DimShuffle from elemwise import Elemwise, DimShuffle
from theano import scalar from theano import scalar
import basic as T import basic as T
import inplace as I
import numpy, theano
import numpy as N #guys... please don't do this in the library :(
import operator
import itertools
import sys, os
from theano import compile #to register the optimizer built by this file from theano import compile #to register the optimizer built by this file
from theano.gof.python25 import any, all from theano.gof.python25 import any, all
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论