rescale_normalization#

radionets.evaluation.utils.rescale_normalization(pred, norm_dict)[source]#

Rescale the prediction after normalized training

Parameters:
predtorch.Tensor

predicted image

norm_dictdictionary

either empty (no normalization) or containing the factors

Returns:
predtorch.Tensor

recaled predicted image