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()
...