Login
Remember
Register
Ask a Question
For an optimizer defined, which of the following function is used to update the parameters passed to the optimizer?
0
votes
asked
Aug 7, 2021
in
PyTorch
by
sharadyadav1986
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()
optimizer
parameters
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2021
by
sharadyadav1986
c) .step()
...