In hessian.py When I tried to run the following code, Hv = hessian_vector_product(gradsH, params, v) The error comes out. Is there any idea how to resolve this issue?
In hessian.py
When I tried to run the following code,
Hv = hessian_vector_product(gradsH, params, v)
The error comes out.
Is there any idea how to resolve this issue?