Skip to content

Commit

Permalink
delete useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MayYouBeProsperous committed Dec 28, 2023
1 parent e8c7dae commit a018a66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/paddle/distribution/gamma.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ def __init__(self, concentration, rate):
if not paddle.all(self.rate > 0):
raise ValueError("The arg of `rate` must be positive.")

# self.concentration, self.rate = paddle.broadcast_tensors(
# [concentration, rate]
# )
super().__init__(self.concentration.shape)

@property
Expand Down

0 comments on commit a018a66

Please sign in to comment.