0 votes
in PyTorch by
Which of the following function is used to save the model parameters to a file?

Select the best option from below

a) torch.to_file()

b) torch.save_model()

c) torch.save_state_dict()

d) torch.save()

1 Answer

0 votes
by
d) torch.save()

Related questions

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