CondVAEModel.split_xy_out CondVAEModel.split_xy_out(x: ndarray | torch.Tensor, y: ndarray | torch.Tensor) → Tuple[Dict[str, ndarray | torch.Tensor], Dict[str, ndarray | torch.Tensor]][source] Splits the output of the model according to the x and y heads.