Which of the following is used to load the weights into the model from the file?
Select the best option from below
a) model.load_state()
b) model.load_parameters()
c) model.load_state_dict()
d) nodel.load_weights()