summaryrefslogtreecommitdiff
path: root/torch/distributions/transforms.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Support multiple inheritance in torch.distributions (#16772)Fritz Obermeyer1-0/+1
2018-09-26Fix warnings emitted when testing distributions (#12038)vishwakftw1-2/+2
2018-08-27Bag of Distributions doc fixes (#10894)vishwakftw1-0/+9
2018-07-02Deprecated several functions at torch.nn.functional (#8748)Wei Yang1-4/+4
2018-04-17Codemod to update our codebase to 0.4 standard (#6641)Tongzhou Wang1-2/+1
2018-04-01[distributions] Support python floats in AffineTransform (#6035)Fritz Obermeyer1-8/+26
2018-03-25[distributions] Fix scalar bugs in torch.distributions.transforms etc. (#5931)Fritz Obermeyer1-7/+10
2018-03-24Support batch LowerCholeskyTransform (#5980)Du Phan1-6/+10
2018-03-24[distributions] Implement Power transform (#5976)Vishwak Srinivasan1-10/+39
2018-03-22Implementation of the logistic-normal distribution (#5547)Maruan1-13/+16
2018-03-20[distributions] Support pickling of constraint objects (#5910)Fritz Obermeyer1-3/+3
2018-03-17Avoid in-place ops in BoltzmannTransform (#5842)Fritz Obermeyer1-2/+1
2018-03-02Replace all uses of 'Tensor or Variable' with 'Tensor' (#5508)Sam Gross1-2/+2
2018-02-12Fix sign error in TransformedDistribution.cdf() and .icdf() (#5172)Fritz Obermeyer1-0/+28
2018-01-31Support multivariate TransformedDistributions (#4937)Fritz Obermeyer1-2/+20
2018-01-28Implement Transforms (#4771)Alican Bozkurt1-0/+431