summaryrefslogtreecommitdiff
path: root/torch/distributions
AgeCommit message (Expand)AuthorFilesLines
2019-04-05Fix precision issue with expansion that prefers 'probs' over 'logits' (#18614)Ahmad Salim Al-Sibahi6-6/+6
2019-03-30Turn on F401: Unused import warning. (#18598)Edward Yang13-12/+5
2019-03-21Rename trtrs to triangular_solve (#18213)vishwakftw3-8/+8
2019-03-20Add batched version of trtrs (#18025)Vishwak Srinivasan3-22/+9
2019-03-19Fix underflow issue with dirichlet sample (#17488)Neeraj Pradhan1-13/+2
2019-03-17update exp. family doc (#18118)Tongzhou Wang1-2/+2
2019-03-11Registering of kl-divergence for independent distribution (#17681)Nicki Skafte1-0/+9
2019-03-06fix exp fam. formulaTongzhou Wang1-1/+1
2019-02-28Rely on numel() == 1 to check if distribution parameters are scalar. (#17503)Morgan Funtowicz1-1/+1
2019-02-21Fix the slowness of mvn's log_prob (#17294)fehiepsi1-2/+31
2019-02-07Support multiple inheritance in torch.distributions (#16772)Fritz Obermeyer3-0/+3
2019-02-07Remove redundant wrappers in torch.distributions (#16807)vishwakftw3-30/+13
2019-01-30Fix the flake8 linterLu Fang1-1/+1
2019-01-23Typos and broken RSTs fixed in torch.distribution (#16136)Derek Kim3-14/+18
2019-01-17Fix numerical stability in binomial.log_prob (#15962)Neeraj Pradhan1-4/+2
2019-01-09Fix log_prob for Gumbel distribution (#15878)vishwakftw1-0/+7
2019-01-09Batched upper triangular, lower triangular (#15257)vishwakftw2-18/+3
2018-12-20Add at::one_hot (#15208)Gao, Xiang1-8/+2
2018-12-13Remove _finfo; replace _finfo usage with torch.finfo (#15165)vishwakftw7-42/+18
2018-11-30Fix expanded mvn and lowrankmvn (#14557)fehiepsi3-32/+61
2018-11-17Batched cholesky decomposition (#14017)vishwakftw2-13/+4
2018-11-01Rename potrf to cholesky (#12699)vishwakftw1-2/+2
2018-10-27Batched Inverse (#9949)vishwakftw1-11/+2
2018-10-24fixed docs for Student-T distribution (#13044)Kashif Rasul1-1/+4
2018-09-28Fix broadcasting bug in StudentT (#12148)Fritz Obermeyer1-2/+2
2018-09-28Ensuring positive definite matrix before constructing (#12102)Jeff Smith1-6/+8
2018-09-26Fix warnings emitted when testing distributions (#12038)vishwakftw3-4/+5
2018-09-14Disallow scalar parameters in Dirichlet and Categorical (#11589)Neeraj Pradhan2-1/+7
2018-09-14Adding .expand method for TransformedDistribution (#11607)Neeraj Pradhan11-46/+26
2018-09-13Ensure most Distribution methods are jittable (#11560)Fritz Obermeyer15-22/+56
2018-09-11Ensure .enumerate_support() methods are jittable (#11542)Fritz Obermeyer5-11/+10
2018-09-11Add .expand() method to distribution classes (#11341)Neeraj Pradhan32-21/+386
2018-09-07Remove methods that start with an underscore from at::Tensor (#11152)Peter Goldsborough1-1/+1
2018-09-06Optional expand=True kwarg in distribution.enumerate_support (#11231)Neeraj Pradhan6-13/+26
2018-09-05Fix to distribution.__repr__ with lazy attributes (#11263)Neeraj Pradhan10-12/+23
2018-09-02LowRankMultivariateNormal cleanupSamuel Ainsworth2-2/+3
2018-08-27Bag of Distributions doc fixes (#10894)vishwakftw24-37/+89
2018-08-23Make more distributions jittableFritz Obermeyer3-33/+19
2018-08-21Add arguments __repr__ in Distribution base classnadavbh121-1/+5
2018-08-15support broadcasting in _kl_categorical_categorical (#10533)Johan Gudmundsson1-2/+2
2018-08-01Implement torch.broadcast_tensors (#10075)Richard Zou1-31/+14
2018-08-01NegativeBinomial distribution (#9345)Dr. Kashif Rasul4-0/+116
2018-07-24Implementation of Weibull distribution (#9454)Tony Duan3-0/+51
2018-07-23Low rank multivariate normal (#8635)fehiepsi4-50/+323
2018-07-18Use _six for inf and nan (#9500)Tongzhou Wang8-26/+34
2018-07-15Refactor `_log_sum_exp` (#9173)Alican Bozkurt3-17/+5
2018-07-13various documentation formatting (#9359)Thomas Viehmann3-3/+3
2018-07-07fix the deprecate argument in bce with logits (#9162)fehiepsi2-3/+3
2018-07-05Fix TestAutograd.test_pinverse not actually testing (#9192)Tongzhou Wang1-5/+8
2018-07-02Deprecated several functions at torch.nn.functional (#8748)Wei Yang2-5/+5