0 votes
in PyTorch by
For an optimizer defined, which of the following function is used to update the parameters passed to the optimizer?

Select the best option from below

a) .backward()

b) .grad()

c) .step()

d) .update()

1 Answer

0 votes
by
c) .step()

Related questions

0 votes
asked Feb 16 in Taleo by john ganales
0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
...