summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2017-08-25add ones_like and zeros_likeAlykhan Tejani1-1/+2
2017-08-25self -> ctx in Extending noteSoumith Chintala1-3/+3
2017-08-24add "Basics" section to distributed docs (#2433)jekbradbury1-2/+32
2017-08-18Clarifications on setting up torch.distributed (#2475)Kai Arulkumaran1-15/+17
2017-08-15Copy-edit sparse constructor docs for clarity.Edward Z. Yang1-5/+19
2017-08-15Add DistributedDataParallel to docsjekbradbury1-1/+1
2017-08-11Fix typo (#2378)Benoit Rostykus1-1/+1
2017-08-08Add ConcatDataset to docs (#2337)Sasank Chilamkurthy1-0/+1
2017-08-05Update autograd notes (#2295)Adam Paszke1-35/+47
2017-07-26Add missing models to torch vision documentation (#2204)Sasank Chilamkurthy1-1/+2
2017-07-21.creator -> .grad_fn in the code example (#2171)ngimel1-1/+1
2017-07-21Add a support matrix for distributed backendsAdam Paszke1-4/+33
2017-07-19Add missing Modules to nn.functional (#1801)Aron Barreira Bordin1-8/+63
2017-07-15Spelling tweaks for documentation (#2114)brett koonce4-5/+5
2017-07-14Fix minor typo (#2100)yunjey1-1/+1
2017-07-13add normalize docs to sphinxSoumith Chintala1-0/+5
2017-07-13add missing docsSoumith Chintala1-0/+9
2017-07-12fix some language / typosSoumith Chintala1-10/+15
2017-07-12Refactor scatter/gather and add distributed docsAdam Paszke2-0/+132
2017-07-11fix minor typos (#2051)Hungryof2-2/+2
2017-07-08Acknowledge the existence of cpu HalfTensor (#2018)Naren Dasan1-1/+1
2017-06-30Add weight normalization implementation (#1945)Sam Gross1-0/+10
2017-06-30fix docs generation warningsSoumith Chintala1-3/+3
2017-06-27adds poisson NLL loss (#1779)Leonid Vlasenkov1-0/+10
2017-06-27fix warnings for docs generationSoumith Chintala1-6/+6
2017-06-26fix docs for broadcast warningSoumith Chintala1-2/+2
2017-06-19Add numerically stable BCELoss which takes logits as input (#1792)Alykhan Tejani1-0/+11
2017-06-19Add documentation to SELU and AlphaDropoutFrancisco Massa1-0/+22
2017-06-15nn.EmbeddingBag to compute a bag of word embeddings (Embedding + Sum/Mean)Soumith Chintala1-0/+6
2017-06-15Add nn.padding to docs fixes #1127 (#1808)Aron Barreira Bordin1-0/+34
2017-06-14Fix errors and warnings when building docs (#1806)Sam Gross3-9/+9
2017-06-14Add torch.matmul function. (#1780)gchanan2-0/+2
2017-06-12Add DistributedDataParallelAdam Paszke2-3/+10
2017-06-11Incorporate review comments:Gregory Chanan1-4/+5
2017-06-11Clarify a number of comments.Gregory Chanan1-2/+6
2017-06-11Add backwards incompatibility docs.Gregory Chanan1-0/+26
2017-06-11Include simple broadcasting example and demonstrate lining up trailing dimens...Gregory Chanan1-5/+10
2017-06-11Add documentation including links to numpy broadcasting semantics.Gregory Chanan1-0/+77
2017-06-10Add support for NVTX functions. (#1748)Edward Z. Yang1-0/+7
2017-06-07minor fix for docs of UpsampleSoumith Chintala1-1/+1
2017-06-07Add 3D upsampling (nearest and trilinear) with testsLuca Antiga1-0/+23
2017-06-06added CosineSimilarity to nn.distance and updated docs (#1672)Aron Barreira Bordin1-0/+6
2017-06-06Rename masked_copy_ to masked_scatter_Adam Paszke1-1/+1
2017-06-05Modify the sample code of extending autograd (#1720)Bubble1-1/+1
2017-06-05Cleanup torch vision docs (#1699)Sasank Chilamkurthy3-110/+68
2017-06-02display version number in docsSoumith Chintala2-3/+7
2017-06-01Modify the sample code of volatile (#1694)Bubble1-2/+2
2017-05-25add learning rate schedulers (#1370)Jiaming Liu1-0/+18
2017-05-17Rewrite 'How autograd encodes the history' to accurately describe current set...Edward Z. Yang1-9/+16
2017-05-15Add F.cosine_similarity (#1502)Adam Paszke1-3/+8