Skip to content

Commit

Permalink
empty arg constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-barfoot committed Aug 15, 2023
1 parent a36b9b1 commit 73e827d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class SparseMultivariateNormal(Distribution):
in either torch.sparse_coo or torch.sparse_csr layout
"""

arg_contraints = {}
# TODO: add in constraints
# arg_constraints = {'loc': constraints.real_vector,
# 'diag': constraints.independent(constraints.positive, 1),
Expand Down

0 comments on commit 73e827d

Please sign in to comment.