summaryrefslogtreecommitdiff
path: root/docs/source
AgeCommit message (Expand)AuthorFilesLines
2017-10-19Generate autograd functions for NN / more refactors (#3136)Sam Gross1-0/+5
2017-10-15Use template instead of sphinx-contrib for google analyticsSasank Chilamkurthy2-4/+15
2017-10-13TypofixEdward Z. Yang1-1/+1
2017-10-11Fix a typo in optim.rst (#3069)SsnL1-1/+1
2017-10-10remove torchvision docs from pytorch repo. Moved to vision repo (#3024)Sasank Chilamkurthy6-195/+2
2017-10-10Add document on how Module.cuda() and optims should work together (#3056)SsnL1-0/+9
2017-10-09SqueezeNet ceil_mode not yet supported.Edward Z. Yang1-1/+0
2017-09-30added volumetric adaptive max poolingSsnL1-0/+11
2017-09-30Minor typofix.Edward Z. Yang1-1/+1
2017-09-25Add tools for autograd profilingAdam Paszke1-0/+6
2017-09-25VolumetricAdaptiveAveragePoolSsnL1-0/+11
2017-09-21add CUDA RNG docsSoumith Chintala1-0/+11
2017-09-20Erf and erfinv (#2799)IraKorshunova2-0/+6
2017-09-14DOC: i{send, recv} message order with MPI backendScott Sievert1-0/+4
2017-09-14minor spelling, intialize->initializeBrett Koonce1-1/+1
2017-09-14add in-place random sampling opsSoumith Chintala1-3/+17
2017-09-14add softmax2d docsSoumith Chintala1-0/+6
2017-09-11add Bilinear to docs, fix referenceSoumith Chintala2-2/+2
2017-09-11add missing bilinear docs entrySoumith Chintala1-0/+5
2017-09-07Add onnx to the documentation index.Soumith Chintala1-0/+1
2017-09-07Update for latest ToffeeIR changes. (#2662)Edward Z. Yang1-2/+2
2017-09-07Detailed install instructions for ONNX. (#2654)Edward Z. Yang1-7/+25
2017-09-06Docs now finally run with ToffeeIR master.Edward Z. Yang1-3/+7
2017-09-06Misc doc improvements.Edward Z. Yang1-6/+13
2017-09-06Code review comments.Edward Z. Yang1-1/+1
2017-09-06ONNXIR -> to ONNXZach DeVito1-1/+1
2017-09-06Codemod Toffee -> ONNX, toffee -> onnx. Change file names to matchZach DeVito1-10/+10
2017-09-05Code review comments.Edward Z. Yang1-4/+1
2017-09-05Doc updates.Edward Z. Yang1-7/+40
2017-09-05Documentation, and inplace support.Edward Z. Yang1-0/+107
2017-09-05Frontend refactor, and some documentation.Edward Z. Yang1-0/+7
2017-09-05Fix to make the sample code executable as-is in "Extending PyTorch" (#2621)Sang-gil Lee1-4/+5
2017-08-29Fix typos in "Extending PyTorch" (#2558)Gabriel Bianconi1-2/+2
2017-08-27add google analytics to docsSoumith Chintala1-0/+4
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