summaryrefslogtreecommitdiff
path: root/docs/source/notes
AgeCommit message (Expand)AuthorFilesLines
2019-03-14Add magma debug version for Windowspeter1-2/+4
2019-03-10fix faq typoTongzhou Wang1-3/+3
2019-03-06Enable using CMD when building cpp extensions on Windowspeter1-3/+1
2019-03-01Update magma to 2.5.0 for Windowspeter1-3/+3
2019-01-14Add cuda.reset_max_memory_* (#15985)SsnL1-4/+4
2018-12-30Fix typo in documentationAlexander Rodin1-1/+1
2018-12-05Update magma to 2.4.0 for Windowspeterjc1231-3/+3
2018-10-18Try to fix randomness.rst formatting againTongzhou Wang1-0/+2
2018-10-18Fix randomness.rst formattingTongzhou Wang1-1/+1
2018-10-16Amend nondeterminism notes (#12217)Thomas Viehmann1-2/+14
2018-09-28Docs: Change cuda(async) —> cuda(non_blocking) (#12158)cclauss1-3/+4
2018-09-19Minor data loader doc improvementsTongzhou Wang1-1/+1
2018-09-12Typo fix in randomness.rst (#11571)Rasmus Diederichsen1-1/+1
2018-09-11WIP: Reproducibility note (#11329)Rasmus Diederichsen1-0/+42
2018-07-13various documentation formatting (#9359)Thomas Viehmann1-4/+4
2018-07-08Update extension docs, fix Fold/Unfold docs (#9239)Tongzhou Wang1-15/+28
2018-06-20Clarify mp note about sharing a tensor's grad field. (#8688)Richard Zou1-3/+7
2018-06-10Fix sample code for cuda stream (#8319)Kaiyu Shi1-1/+1
2018-06-06Docs for gradcheck and gradgradcheck; expose gradgradcheck (#8166)Tongzhou Wang1-0/+8
2018-05-30Fix the import part of the windows doc (#7979)peterjc1231-8/+21
2018-05-29Fix Windows doc for import error (#7704)peterjc1231-2/+18
2018-05-21Fix typo in document (#7725)braincodercn2-3/+3
2018-04-24[docs] Update broadcasting and cuda semantics notes (#6904)Richard Zou3-68/+112
2018-04-23[doc] Minor fixes for Windows docs (#6853)peterjc1231-4/+7
2018-04-22Add documents for Windows (#6653)peterjc1231-0/+258
2018-04-19[docs] Update autograd notes (#6769)Richard Zou1-20/+19
2018-04-11Link relevant FAQ section in DataLoader docs (#6476)Tongzhou Wang1-1/+3
2018-04-08Add total_length option to pad_packed_sequence (#6327)Tongzhou Wang1-0/+47
2018-04-06Fix typos (#6348)Kento NOZAWA3-3/+3
2018-04-02Add support for printing extra information in Module and refactor redundant c...Kaiyu Shi1-0/+7
2018-03-27Update FAQ to make more sense after tensor/variable merge (#6017)Peter Goldsborough1-6/+4
2018-03-26Deprecate ctx.saved_variables via python warning. (#5923)Richard Zou1-1/+1
2018-03-17typo (#5847)Tongzhou Wang1-1/+1
2018-02-27add faq on cuda memory management and dataloder (#5378)Tongzhou Wang2-3/+21
2018-02-26Fix layer_norm initialization and nn.Module docs (#5422)Tongzhou Wang1-2/+3
2018-02-21Fix typos (#5340)Junior Rojas1-1/+1
2018-02-19minor sp, underlyhing->underlying (#5304)brett koonce1-1/+1
2018-02-15Add a FAQ, for now just 'out of memory' advice. (#5251)Edward Z. Yang1-0/+84
2018-02-12Remove deprecated references to volatile (#5193)Thibault FEVRY2-5/+3
2018-02-01Remove volatile section from autograd notesPeter Goldsborough1-32/+0
2018-01-27Improve `torch.cuda.empty_cache` documentation (#4879)Tongzhou Wang1-3/+6
2018-01-21More documentation for CUDA stream functions. (#4756)Yongjik Kim1-0/+50
2018-01-09Methods for checking CUDA memory usage (#4511)Tongzhou Wang1-2/+6
2017-11-07Exposing emptyCache from allocator (#3518)SsnL1-1/+11
2017-11-05Tidy up CUDA notesKaixhin1-22/+25
2017-10-25Document CUDA best practices (#3227)Kai Arulkumaran1-0/+76
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-25self -> ctx in Extending noteSoumith Chintala1-3/+3
2017-08-05Update autograd notes (#2295)Adam Paszke1-35/+47