def __call__(self, x: Variable) -> Variable: output = self.forward(x) return F.mean_squared_error(output, x)