List Question
20 TechQA 2024-03-27T07:59:32.047000Optimizing an autograd + list comprehension python operation
24 views
Asked by AnotherSherlock
How to generate jacobian of a tensor-valued function using torch.autograd?
32 views
Asked by 0xbadf00d
How to implement Carleman Matrix in Haskell?
70 views
Asked by Hermann
Calculating two gradients in pytorch and reusing an intermediate gradient
79 views
Asked by klpskp
solving an ODE using neural networks
57 views
Asked by Parisa asghari
JAX `custom_vjp` for functions with multiple outputs
48 views
Asked by Jingyang Wang
JAX `vjp` fails for vmapped function with `custom_vjp`
40 views
Asked by Jingyang Wang
JAX `vjp` does not recognize cotangent argument with `custom_vjp`
47 views
Asked by Jingyang Wang
Failing to return gradients
43 views
Asked by Mahdi
How can I get exhaust list of functions available to grad_fn for backward() function in Pytorch?
67 views
Asked by AudioBubble
Accurately finding the gradient of values from 2 vectors
96 views
Asked by HenryS
Back propagation in pytorch to calculate component wise derivatives of vector
43 views
Asked by djr
What is the correct way of defining a differentiable function with scalar arguments that returns a vector/array?
121 views
Asked by loonatick
How to compute in tensorflow the partial derivative of each observation from the output w.r.t each input observation
109 views
Asked by Tipawqeos
Jacobian of a neural network in pytorch
139 views
Asked by ShaiZucker
automatic differentiation and getting the next representable floating point value
92 views
Asked by 0xbadf00d
Zygote cannot evaluate Hessian if the function argument is annotated
47 views
Asked by MOON