试题详情

Pytorch中,获得模型对象的参数状态,所用的方法或属性是?

Amodel.get_params()

Bmodel.params_

Cmodel.parameters_

Dmodel.state_dict()