List Question
20 TechQA 2024-03-27T07:59:32.047000Optimizing an autograd + list comprehension python operation
24 views
Asked by AnotherSherlock
SymPy - Can't calculate derivative wrt expression, is there an alternative for intermediate expressions?
31 views
Asked by Erik Paulson
How to generate jacobian of a tensor-valued function using torch.autograd?
32 views
Asked by 0xbadf00d
Backprop two networks with different loss without retain_graph=True?
26 views
Asked by Anonymous
Checking derivative tensor in Pytorch
53 views
Asked by Euler_Salter
Rudimentary autograd implementation in Rust
50 views
Asked by RickarySanchez
Calculating two gradients in pytorch and reusing an intermediate gradient
79 views
Asked by klpskp
Pytorch gradient accumulation implementation results in inplace operation error?
42 views
Asked by JobHunter69
Pruning nn.Linear weights inplace causes unexpected error, requires slightly weird workarounds. Need explanation
118 views
Asked by arrmansa
PyTorch methods that can only be called from `forward`
37 views
Asked by Eric Auld
Pytorch: Compute gradient dx given Ax=b without solving the whole system
28 views
Asked by Plum
Getting derivatives of NNs according to its inputs by batches in JAX
58 views
Asked by Michaela
How can I calculate the partial derivative using torch.autograd.grad() when the inputs and outputs are batched?
24 views
Asked by dingqiang dai
Why Pytorch autograd returns 'None' and throws error without variable exponentiated
60 views
Asked by Toonia
LLaMA 2 training inplace operation
107 views
Asked by TWTom
Higher order derivatives w.r.t. singular feature map in CNN architecture using PyTorch
109 views
Asked by Get It right
Pytorch compute gradients without autograd with respect to weights
81 views
Asked by NikolayBlagoev
Print intermediate gradient values during backward pass in Pytorch using hooks
215 views
Asked by Newbie