Search code examples
Forward pass only training with a custom step...


pytorchautograd

Read More
pytorch: autograd with tensors generated by arange...


pythonpytorchgradienttensorautograd

Read More
Difference between autograd.grad and autograd.backward?...


pytorchgradientgradient-descentbackpropagationautograd

Read More
Autograd.grad() for Tensor in pytorch...


pythonmachine-learningdeep-learningpytorchautograd

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


pythonpytorchautogradautomatic-differentiation

Read More
JAX jax.grad on simple function that takes an array: `ConcretizationTypeError: Abstract tracer value...


pythonnumpyjaxautograd

Read More
PyTorch methods that can only be called from `forward`...


pytorchautograd

Read More
Getting derivatives of NNs according to its inputs by batches in JAX...


pythondeep-learningjaxautogradflax

Read More
Pytorch - RuntimeError: Trying to backward through the graph a second time, but the buffers have alr...


pythondeep-learningpytorchrecurrent-neural-networkautograd

Read More
Assigning a parameter to the GPU sets is_leaf as false...


pytorchcudagpuautograd

Read More
One of the variables modified by an inplace operation...


pythonpytorchautograd

Read More
Conditional update in JAX?...


pythonautogradjax

Read More
LLaMA 2 training inplace operation...


pythonpytorchautograd

Read More
Variable context in nested python function...


pythonautograd

Read More
Pytorch Autograd gives different gradients when using .clamp instead of torch.relu...


pythonpytorchbackpropagationautogradrelu

Read More
Taking the derivative of the zero function in pytorch giving Runtime error...


pythonpytorchautograd

Read More
In mxnet, how is the derivative of 2x^2 equal to 4x when x is a matrix?...


machine-learningmxnetautograd

Read More
Tensor beneath data access is not in accordance with print result...


torchautograd

Read More
Inplace operation error in control problem...


pythonpytorchbackpropagationautograd

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


pytorchmathematical-optimizationautogradautomatic-differentiation

Read More
Don't include an operation for gradient computation in PyTorch...


pytorchautograd

Read More
Pytorch: calculation precision?...


pythonnumpypytorchbackpropagationautograd

Read More
Why does the jacobian of the metric tensor give zero?...


pythonpytorchautograd

Read More
How to make formula differentiable for a binary classifier in PyTorch...


pythonmachine-learningpytorchautograd

Read More
Why is Tensor not a leaf tensor?...


pythonpytorchtensorautograd

Read More
Pytorch bincount with gradient...


pytorchautograd

Read More
Directly access derivative of primitive functions in PyTorch...


pythonpytorchautograd

Read More
How to "manually" apply your gradients in Pytorch?...


pytorchgradientautograd

Read More
Can't fix torch autograd runtime error: UNet inplace operation...


pythonpytorchautogradunet-neural-network

Read More
Purpose of stop gradient in `jax.nn.softmax`?...


pythonmachine-learningdeep-learningautogradjax

Read More
BackNext