rescale_normalization# radionets.evaluation.utils.rescale_normalization(pred, norm_dict)[source]# Rescale the prediction after normalized training Parameters: predtorch.Tensorpredicted image norm_dictdictionaryeither empty (no normalization) or containing the factors Returns: predtorch.Tensorrecaled predicted image