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

Related questions

0 votes
asked Jan 9, 2021 in JAVA by SakshiSharma
0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
...