API symbolsautograd
Copy
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
tensorplay.autograd.gradcheck.get_numerical_jacobian
Compute the numerical Jacobian for a given fn and its inputs.
tensorplay.autograd.gradcheck.gradcheck
Check gradients computed via small finite differences against analytical gradients wrt tensors in inputs that are of floating point or complex type and with requires_grad=True .
