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