summaryrefslogtreecommitdiff
path: root/torch/distributions/gumbel.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-09Fix log_prob for Gumbel distribution (#15878)vishwakftw1-0/+7
2018-12-13Remove _finfo; replace _finfo usage with torch.finfo (#15165)vishwakftw1-2/+2
2018-09-26Fix warnings emitted when testing distributions (#12038)vishwakftw1-1/+2
2018-09-14Adding .expand method for TransformedDistribution (#11607)Neeraj Pradhan1-6/+3
2018-09-11Add .expand() method to distribution classes (#11341)Neeraj Pradhan1-2/+9
2018-06-02[ready] Clean up torch.distributions (#8046)Vishwak Srinivasan1-2/+1
2018-04-21Update docs with new tensor repr (#6454)li-roy1-1/+1
2018-03-25[distributions] Rename .params to .arg_constraints, fix logic (#5989)Fritz Obermeyer1-1/+1
2018-03-15Fixed distribution constraints and added some test cases for distributions pa...lazypanda11-2/+2
2018-03-02Replace all uses of 'Tensor or Variable' with 'Tensor' (#5508)Sam Gross1-2/+2
2018-02-07Implementation of the cumulative distribution function and its inverse (#5079)Vishwak Srinivasan1-16/+10
2018-01-31Adding mean, variance, stddev to distributions (#4923)Alican Bozkurt1-2/+16
2018-01-14Addition of KL-Divergences for torch.distributions (#4638)Vishwak Srinivasan1-1/+1
2018-01-10Add torch.distributions.utils._finfo for numerical stability (#4572)Fritz Obermeyer1-2/+2
2018-01-08Implementation of Gumbel Distribution (#4517)Vishwak Srinivasan1-0/+49