0 votes
in PyTorch by

Which of the following function is used to stop tracking gradients on Tensor?

Select the best option from below

a) torch.nn.grad(False)

b) torch.grad(Flase)

c) torch.nn.no_grad()

d) torch.no_grad()

1 Answer

0 votes
by
d) torch.no_grad()

Related questions

0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
...