You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(tensor_distribution): remove redundant method implementations from TensorFisherSnedecor
Remove duplicate method implementations that are already provided by the base TensorDistribution class, including mean, variance, mode, support, has_rsample, entropy, log_prob, cdf, icdf, sample, rsample, enumerate_support, __repr__, and __eq__. Also update import to use local utils module instead of torch.distributions.utils.
0 commit comments