Search code examples
Any faster and memory-efficient alternative of torch.autograd.functional.jacobian(model.decoder, lat...

pythonpytorchautomatic-differentiation

Read More
How to use torch.unique to filter duplicate values, calculate an expensive function, map it back, an...

pytorchautomatic-differentiation

Read More
Difference between symbolic differentiation and automatic differentiation?...

symbolic-mathautomatic-differentiation

Read More
The analogue of torch.autograd in TensorFlow...

tensorflowpytorchneural-networkautomatic-differentiation

Read More
How to Properly Track Gradients with MyGrad When Using Scipy's RectBivariateSpline for Interpola...

pythonnumpyscipyautomatic-differentiation

Read More
Discrepancy in BatchNorm2d Gradient Calculation Between TensorFlow and PyTorch...

tensorflowpytorchautomatic-differentiation

Read More
Taking derivatives with multiple inputs in JAX...

pythonmachine-learningdeep-learningjaxautomatic-differentiation

Read More
Whether there is any need to modify the backward function in pytorch?...

pytorchautomatic-differentiation

Read More
Update step in PyTorch implementation of Newton's method...

pythonmathematical-optimizationpytorchnewtons-methodautomatic-differentiation

Read More
How to generate jacobian of a tensor-valued function using torch.autograd?...

pythonpytorchautogradautomatic-differentiation

Read More
JAX `custom_vjp` for functions with multiple outputs...

pythonjaxautomatic-differentiation

Read More
JAX `vjp` fails for vmapped function with `custom_vjp`...

pythonvectorizationjaxautomatic-differentiation

Read More
JAX `vjp` does not recognize cotangent argument with `custom_vjp`...

pythonfunctionjaxautomatic-differentiation

Read More
How can PyTorch-like automatic differentiation work in Rust, given that it does not allow multiple m...

rustbackpropagationautomatic-differentiation

Read More
Why is the Jacobian of a 4D matrix calculated incorrectly by PyTorch's torch.autograd.functional...

pytorchautomatic-differentiation

Read More
automatic differentiation and getting the next representable floating point value...

c++c++20automatic-differentiation

Read More
What is differentiable programming?...

language-agnosticdifferentiationautomatic-differentiation

Read More
Is there a fast way of calculating 1000 Jacobians of a neural network?...

python-3.xtensorflowneural-networkautomatic-differentiationgradienttape

Read More
how to apply gradients manually in pytorch...

pytorchmathematical-optimizationautogradautomatic-differentiation

Read More
What is wrong with this implementation of matmul for automatic differentiation?...

rustautomatic-differentiation

Read More
How can I implement a vmappable sum over a dynamic range in Jax?...

pythonnumpyjaxautomatic-differentiationautodiff

Read More
Confused about evaluating vector-Jacobian-product with non-identity vectors (JAX)...

juliaderivativejaxautomatic-differentiationautodiff

Read More
computational complexity of higher order derivatives with AD in jax...

tensorflowtorchjaxtaylor-seriesautomatic-differentiation

Read More
How to use and interpret JAX Vector-Jacobian Product (VJP) for this example?...

odedifferential-equationsjaxautomatic-differentiationautodiff

Read More
How to get the gradients of network parameters for a derivative-based loss?...

pythonpytorchgradientbackpropagationautomatic-differentiation

Read More
Can tf.gradienttape() calculate gradient of other library's function...

pythontensorflowkerasautomatic-differentiationgradienttape

Read More
jax minimization with stochastically estimated gradients...

randommathematical-optimizationscipy-optimizejaxautomatic-differentiation

Read More
jax automatic differentiation...

pythontensorflowjaxautomatic-differentiation

Read More
Derivative of Scalar Expansion in PyTorch...

pythonpytorchderivativeautomatic-differentiation

Read More
Why does jax.grad(lambda v: jnp.linalg.norm(v-v))(jnp.ones(2)) produce nans?...

pythonjaxautomatic-differentiation

Read More
BackNext