Skip to content Skip to sidebar Skip to footer
Showing posts with the label Autograd

Partial Derivative Using Autograd

I have a function that takes in a multivariate argument x. Here x = [x1,x2,x3]. Let's say my fu… Read more Partial Derivative Using Autograd

Using Autograd.grad() As A Parameter For A Loss Function (pytorch)

I want to compute the gradient between two tensors in a net. The input X tensor is sent through a s… Read more Using Autograd.grad() As A Parameter For A Loss Function (pytorch)