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
Leverage `torch.distributions.utils.broadcast_all` to streamline parameter broadcasting and type conversion, which also simplifies shape and device inference.
This change removes manual validation and broadcasting logic, making the implementation more concise and consistent with other distributions in the module. Redundant overrides for `log_prob` and `variance` have also been removed as they are handled by the base class.
0 commit comments