1.

Which of the following function is used to save the model parameters to a file?

Answer»

Which of the following FUNCTION is used to SAVE the model PARAMETERS to a file?
Please choose the correct option from below list
(1)torch.to_file()
(2)torch.save_model()
(3)torch.save_state_dict()
(4)torch.save()

Answer:-(4)torch.save()



Discussion

No Comment Found