:param model 模型 :param weight_decay:正则化参数 :param p: 范数计算中的幂指数值,默认求2范数, 当p=0为L2正则化,p=1为L1正则化
(self, model, weight_decay, p=2)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected