CondAEModel.calc_x_losses_calculation
- CondAEModel.calc_x_losses_calculation(x_in: Dict[str, torch.Tensor | ndarray], x_target: Dict[str, torch.Tensor | ndarray], x_in_untransf: Dict[str, torch.Tensor | ndarray], x_target_untransf: Dict[str, torch.Tensor | ndarray], untransform: bool = False, use_objective: bool = False, losses_evaluate: Dict[str, torch.nn.Module] | None = None) DataFrame [source]