summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2018-05-13Documentation improvements (#7537)Thomas Viehmann1-4/+4
2018-05-09Fix ONNX tutorial specification for input names (#7433)James Reed1-28/+32
2018-05-04Update gif with new logo (#7301)Tongzhou Wang1-0/+0
2018-05-04Update unstable docs logo to new logo. (#7305)Richard Zou1-0/+0
2018-05-03update the gif for 0.4 (#7262)Tongzhou Wang1-0/+0
2018-05-02update logos (#7184)Soumith Chintala2-18/+27
2018-05-01Implement torch.as_tensor, similar to numpy.asarray. (#7109)gchanan2-1/+2
2018-05-01add spectral normalization [pytorch] (#6929)Masaki Kozuki1-0/+10
2018-04-30Inline JIT C++ Extensions (#7059)Peter Goldsborough1-0/+1
2018-04-30GroupNorm docs (#7086)Soumith Chintala1-1/+7
2018-04-27import *Sampler to utils.data (Better fix than #6982) (#7007)Thomas Viehmann1-5/+5
2018-04-24Fix stable link to always be /stable/ (#6907)Richard Zou1-1/+1
2018-04-24[docs] Update broadcasting and cuda semantics notes (#6904)Richard Zou3-68/+112
2018-04-23Update device docs (#6887)Richard Zou1-0/+11
2018-04-23Add torch.get_default_dtype doc (#6872)Tongzhou Wang1-1/+2
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-21Update docs with new tensor repr (#6454)li-roy7-102/+241
2018-04-19[docs] Update autograd notes (#6769)Richard Zou1-20/+19
2018-04-19[docs] More factory functions (#6709)Richard Zou1-0/+15
2018-04-19[docs] Clarify more CUDA profiling gotchas in bottleneck docs (#6763)Richard Zou1-2/+7
2018-04-19[docs] Fix some sphinx warnings (#6764)Richard Zou3-6/+6
2018-04-18[docs] Document CUDA profiling gatchas in bottleneck docs (#6715)Richard Zou1-7/+30
2018-04-18Implement torch.einsum (fixes #1889) (#6307)Thomas Viehmann1-0/+1
2018-04-17Codemod to update our codebase to 0.4 standard (#6641)Tongzhou Wang1-6/+14
2018-04-17Update tensors.rst Tensor introduction (#6670)Richard Zou2-44/+68
2018-04-17Update tensor factory method docs (#6640)Richard Zou1-2/+5
2018-04-17Update torch.nn.init and torch.nn.utils.clip_grad (#6173)Tony Beltramelli1-2/+7
2018-04-17Add device docs; match constructor parameter names with attribute names. (#6633)gchanan3-0/+59
2018-04-17Fix an error in the tensor docs. (#6658)Semion Sidorenko1-1/+1
2018-04-16Split set_default_tensor_type(dtype) into set_default_dtype(dtype). (#6599)gchanan1-0/+1
2018-04-16[distributions] Implement Independent distribution (#6615)Fritz Obermeyer1-0/+9
2018-04-15Added distributed docs on NCCL2 backend/functions and launch module (#6579)Teng Li1-25/+98
2018-04-13Add docs for torch.randn_like (#6565)Richard Zou1-0/+1
2018-04-12Add docs for tensor.index_put_ (#6563)Richard Zou1-0/+1
2018-04-11Link relevant FAQ section in DataLoader docs (#6476)Tongzhou Wang1-1/+3
2018-04-11Add docs for `item()` (#6508)Xingdong Zuo1-0/+1
2018-04-11Adding autofunction entry for torch.randint (#6507)Naman Jain1-0/+1
2018-04-11add checkpoint to index.rst (#6498)Tongzhou Wang1-2/+3
2018-04-10[fft] [3 of 3] Implements backward of fft ifft rfft irfft (#5537)Tongzhou Wang1-0/+4
2018-04-10[Re-checkpointing] Autograd container for trading compute for memory (#6467)Priya Goyal1-0/+6
2018-04-10Add link in docs menu to stable docs (#6475)Richard Zou1-1/+11
2018-04-10Fix reflection padding boundary checks (#6438)Tongzhou Wang1-0/+24
2018-04-09Add different logo for master docs (#6446)Richard Zou2-1/+1
2018-04-09bottleneck supports better user-provided arguments (#6425)Richard Zou1-1/+1
2018-04-08Add total_length option to pad_packed_sequence (#6327)Tongzhou Wang1-0/+47
2018-04-07fix activation images not showing up on official website (#6367)Tongzhou Wang2-6/+3
2018-04-06Fix typos (#6348)Kento NOZAWA3-3/+3
2018-04-05fix typo (#6329)Masaki Kozuki1-1/+1
2018-04-05[ready] Implement log2 and log10 in PyTorch (#6272)Vishwak Srinivasan2-1/+7