1.

Which of the following is used to load the weights into the model from the file?

Answer»

Which of the FOLLOWING is USED to LOAD the weights into the model from the file?
Please choose the correct option from below list
(1)model.load_state()
(2)model.load_parameters()
(3)model.load_state_dict()
(4)nodel.load_weights()

Answer:-(3)model.load_state_dict()



Discussion

No Comment Found