summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2018-03-08[ready] General documentation improvements (#5450)Vishwak Srinivasan2-3/+7
2018-03-07Add per-element unique op for CPU (#5503)theweiho2-0/+2
2018-03-07Enable documentation for C++ extensions on the website (#5597)Peter Goldsborough2-0/+12
2018-03-05fixed softmax support documentation (#5557)Dillon Laird1-1/+1
2018-03-04Fix links in distribution docs (#5531)Fritz Obermeyer1-4/+98
2018-03-01Fix doc-push (#5494)Adam Paszke1-0/+4
2018-03-01Documentation cleanup for activation functions (#5457)Piotr Mitros3-36/+144
2018-02-27add faq on cuda memory management and dataloder (#5378)Tongzhou Wang2-3/+21
2018-02-27Remove onnx-caffe2 (#5425)Yinghai Lu1-12/+3
2018-02-26Fix layer_norm initialization and nn.Module docs (#5422)Tongzhou Wang3-4/+8
2018-02-22[ready] Layer Normalization (#4922)Tongzhou Wang1-0/+16
2018-02-21Fix typos (#5340)Junior Rojas1-1/+1
2018-02-19minor sp, underlyhing->underlying (#5304)brett koonce1-1/+1
2018-02-19Implement torch.isnan (#5273)Choongwoo Han1-0/+1
2018-02-19Configurable flushing denormal numbers on CPU (#5294)Choongwoo Han1-0/+1
2018-02-15Add a FAQ, for now just 'out of memory' advice. (#5251)Edward Z. Yang1-0/+84
2018-02-15Fixes for docstrings/sphinx rendering of CosineAnnealingLR and Local Response...Martin Drawitsch1-2/+2
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