sccross.models.utils.MSE¶
-
class
sccross.models.utils.MSE(loc)[source]¶ Bases:
torch.distributions.distribution.DistributionA “sham” distribution that outputs negative MSE on
log_prob- Parameters
loc (
Tensor) – Mean of the distribution
Methods
Returns the log of the probability density/mass function evaluated at value.
Attributes
meanReturns the mean of the distribution.