提交 312514bd authored 作者: yobibyte's avatar yobibyte

Added deprecation warning to theano.sandbox.softsign

上级 e41c5e32
from __future__ import absolute_import, print_function, division
from theano.tensor.nnet.nnet import softsign
from theano.tensor.nnet.nnet import softsign # noqa
import sys
softsign = softsign # otherwise build fails due to unused import
print(
"DEPRECATION WARNING: softsign was moved from theano.sandbox.softsign to "
"theano.tensor.nnet.nnet ", file=sys.stderr
)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论