0 votes
in PyTorch by
While defining the Tensor, which of the following parameters is used to track the gradients on Tensor?

Select the best option from below

a) requires_grad

b) set_grad

c) grade

d) has_grad

1 Answer

0 votes
by
a) requires_grad
...