torch.autograd.Variable.data.norm() 就是Variable中的data这个tensor的p范数,默认为2 torch.norm(input, p='fro', dim=None, keepdim=False, out=None)