试题详情

Pytorch中,模型对象加载保存的参数状态所用的方法是?

Amodel.load()

Bmodel.load_state()

Cmodel.load_state_dict()

Dmodel.load_params()