提交 df29088b authored 作者: Razvan Pascanu's avatar Razvan Pascanu

additional imports to implement jacobian/hessian

上级 bc2f50e5
...@@ -15,8 +15,8 @@ import numpy # for numeric_grad ...@@ -15,8 +15,8 @@ import numpy # for numeric_grad
import theano import theano
from theano.tensor import TensorType, TensorVariable, ones_like, \ from theano.tensor import TensorType, TensorVariable, ones_like, \
zeros_like, as_tensor_variable, cast zeros_like, as_tensor_variable, cast, arange
from theano import gradient from theano import gradient, scan
from theano import gof, shared from theano import gof, shared
from theano import compile from theano import compile
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论