Login
Remember
Register
Ask a Question
Which of the following functions is used to save the model parameters to a file?
0
votes
asked
Aug 7, 2021
in
PyTorch
by
sharadyadav1986
Which of the following functions is used to save the model parameters to a file?
Select the best option from below
a) torch.save()
b) torch.save_state_dict()
c) torch.to_file()
d) torch.save_model()
model-parameters
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2021
by
sharadyadav1986
a) torch.save()
...