CondAEModel.calc_y_losses_calculation
- CondAEModel.calc_y_losses_calculation(y_in: Dict[str, torch.Tensor | ndarray], y_target: Dict[str, torch.Tensor | ndarray], y_in_untransf: Dict[str, torch.Tensor | ndarray], y_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]