提交 91d91049 authored 作者: Frederic Bastien's avatar Frederic Bastien

remove import not used.

上级 6e356400
...@@ -17,17 +17,16 @@ import numpy ...@@ -17,17 +17,16 @@ import numpy
import sys import sys
import theano import theano
from theano import tensor, scalar from theano import tensor
from theano.tensor import opt, TensorType, get_constant_value from theano.tensor import opt, get_constant_value
from theano import gof from theano import gof
from theano.compile import optdb from theano.compile import optdb
from theano.gof.opt import EquilibriumOptimizer
from theano import config from theano import config
from theano.compile.function_module import deep_copy_op from theano.compile.function_module import deep_copy_op
import scan_op import scan_op
import scan_utils import scan_utils
from scan_utils import clone, equal_computations, find_up, scan_args from scan_utils import equal_computations, find_up, scan_args
from theano.gof.opt import pre_constant_merge, pre_greedy_local_optimizer from theano.gof.opt import pre_constant_merge, pre_greedy_local_optimizer
# Logging function for sending warning or info # Logging function for sending warning or info
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论