提交 011e970c authored 作者: João Victor Risso's avatar João Victor Risso

Remove unused import of register_stabilize opt in CTC

上级 4e068595
...@@ -10,7 +10,6 @@ from .elemwise import GpuDimShuffle ...@@ -10,7 +10,6 @@ from .elemwise import GpuDimShuffle
from theano.gradient import grad_undefined from theano.gradient import grad_undefined
from theano.gof import local_optimizer from theano.gof import local_optimizer
from theano.tensor.opt import register_canonicalize from theano.tensor.opt import register_canonicalize
from theano.tensor.opt import register_stabilize
from theano.tensor.nnet.ctc import ctc_available from theano.tensor.nnet.ctc import ctc_available
import os import os
......
...@@ -7,7 +7,6 @@ from theano import gof ...@@ -7,7 +7,6 @@ from theano import gof
from theano.gof import local_optimizer from theano.gof import local_optimizer
from theano.gof.cmodule import GCC_compiler from theano.gof.cmodule import GCC_compiler
from theano.tensor.opt import register_canonicalize from theano.tensor.opt import register_canonicalize
from theano.tensor.opt import register_stabilize
from theano.tensor.extra_ops import cpu_contiguous from theano.tensor.extra_ops import cpu_contiguous
from theano.gradient import grad_undefined from theano.gradient import grad_undefined
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论