0 votes
in PyTorch by
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()

1 Answer

0 votes
by
a) torch.save()

Related questions

0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
0 votes
asked Aug 26, 2022 in Ruby by Robin
...