CondVAEModel.to_untransformed_pred

CondVAEModel.to_untransformed_pred(pred: Dict[str, torch.Tensor], requires_postprocessing: bool = False) Dict[str, Any][source]

Convert the model’s predictions to the original data space. If requires_postprocessing=True, the predictions are post-processed before un-transforming.