summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2018-02-12Remove deprecated references to volatile (#5193)Thibault FEVRY2-5/+3
2018-02-12document input_names, output_names feature of onnx export (#5189)anderspapitto1-16/+27
2018-02-05Update torch.distributions documentation (#5050)Vishwak Srinivasan1-1/+1
2018-02-04Addition of ExponentialFamily (#4876)Vishwak Srinivasan1-0/+6
2018-02-01Remove volatile section from autograd notesPeter Goldsborough1-32/+0
2018-01-31Implement constraint registryFritz Obermeyer1-0/+7
2018-01-28Implement Transforms (#4771)Alican Bozkurt1-0/+26
2018-01-27Improve `torch.cuda.empty_cache` documentation (#4879)Tongzhou Wang1-3/+6
2018-01-25Implemented Poisson in Distributions.cu and Distributions.cppRachit Singh1-0/+6
2018-01-21More documentation for CUDA stream functions. (#4756)Yongjik Kim1-0/+50
2018-01-20Implementation of the Fisher-Snedecor Distribution (#4706)Vishwak Srinivasan1-0/+6
2018-01-19Implement geometric distribution (#4708)Alican Bozkurt1-0/+6
2018-01-19Fix Python docs for broadcast and braodcast_coalesced (#4727)Sam Gross1-0/+2
2018-01-16Implement binomial distribution (#4658)Alican Bozkurt1-0/+6
2018-01-16Add LocalResponseNorm to docs (#4681)Kai Arulkumaran1-0/+11
2018-01-12[ONNX] export sum, prod, sqrt improve log_softmax. (#4579)HE, Tao1-1/+4
2018-01-09Methods for checking CUDA memory usage (#4511)Tongzhou Wang3-3/+11
2018-01-09Start framework for kl_divergence(-,-) in torch.distributions (#4525)Fritz Obermeyer1-0/+9
2018-01-08Implementation of Gumbel Distribution (#4517)Vishwak Srinivasan1-0/+6
2018-01-08Implement Student's t-distribution (#4510)Alican Bozkurt1-0/+6
2018-01-04Implementation of Pareto Distribution (#4459)Vishwak Srinivasan1-0/+6
2018-01-04Deprecate nn.NLLLoss2d (#4238)Richard Zou1-6/+0
2018-01-01Implement Chi2 distribution (#4425)Alican Bozkurt1-0/+18
2017-12-29Adding the Cauchy distribution to torch.distributionsNeeraj Pradhan1-0/+6
2017-12-28Implement OneHotCategorical distribution (#4357)Fritz Obermeyer1-0/+12
2017-12-28Adding torch.expm1() and its inplace function (#4350)Vishwak Srinivasan2-0/+3
2017-12-24add tests for btrifact_with_info and doc for btriunpackSsnL1-0/+1
2017-12-24allow optional int tensorSsnL1-0/+1
2017-12-22Pad sequences and Pack sequences (#3875)Sherin Thomas1-0/+12
2017-12-21Enable functional torch.where. (#4298)gchanan1-0/+1
2017-12-18Implement Dirichlet and Beta distributions (#4117)Fritz Obermeyer1-0/+18
2017-12-18Add python only default init expression; Implement stft, hann/hamming/bartlet...Tongzhou Wang1-0/+8
2017-12-18Add Cosine Annealing LR Scheduler (#3311)Kai Arulkumaran1-1/+3
2017-12-15Add docs talking about how to adding symbolic for unsupported ops (#3741)Lu Fang1-3/+136
2017-12-01Improve docs for torch and torch.Tensor (#3969)Tongzhou Wang1-0/+2
2017-12-01Add determinant function on variable; Add backward on svd (#3816)Tongzhou Wang1-0/+1
2017-11-30Documentation updates for ONNX.Edward Z. Yang1-31/+43
2017-11-18Rename pyro.distributions.Multinomial -> .Categorical (#3766)Fritz Obermeyer1-2/+2
2017-11-14Split off in-place NN functions (#3683)Sam Gross1-0/+6
2017-11-10Expend autograd profiler docs (#3621)Adam Paszke1-0/+6
2017-11-07Exposing emptyCache from allocator (#3518)SsnL2-1/+15
2017-11-06add doc for sparse_adam (#3519)SsnL1-3/+5
2017-11-05Tidy up CUDA notesKaixhin1-22/+25
2017-11-01Update the ONNX docLu Fang1-9/+7
2017-11-01Add torch.take and Tensor.put_ (#3263)Sam Gross2-1/+3
2017-10-30Add docs for ByteTensor any()/all()Richard Zou1-0/+7
2017-10-25Document CUDA best practices (#3227)Kai Arulkumaran1-0/+76
2017-10-20Fix nvprof mode in autograd profilerAdam Paszke1-0/+4
2017-10-19Replace StochasticFunctions v2 (#3165)Sam Gross2-0/+33
2017-10-19Generate autograd functions for NN / more refactors (#3136)Sam Gross1-0/+5