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
Currently, constraints.greater_than_eq is supported in torch, but we only have constraints.greater_than in numpyro. Can we add an alias for greater_than_eq with something like constraints.interval(x, jnp.inf) to the constraints namespace (and maybe something for positive semidefinite too)?
The text was updated successfully, but these errors were encountered:
Currently,
constraints.greater_than_eq
is supported in torch, but we only haveconstraints.greater_than
in numpyro. Can we add an alias forgreater_than_eq
with something likeconstraints.interval(x, jnp.inf)
to the constraints namespace (and maybe something for positive semidefinite too)?The text was updated successfully, but these errors were encountered: