return x.view_as(x) def backward(self, grad_output): return (grad_output * -self.lambd) def grad_reverse(x, lambd=1.0):
確定! 回上一頁