summaryrefslogtreecommitdiff
path: root/docs/source/nn.rst
AgeCommit message (Expand)AuthorFilesLines
2019-02-15one_hot docs missing (#17142)Krishna1-5/+5
2018-12-20Add at::one_hot (#15208)Gao, Xiang1-0/+5
2018-10-21Add DistributedDataParallelCPU to docTongzhou Wang1-0/+6
2018-09-29fix docs (#12126)Wei Yang1-0/+5
2018-08-08Order Loss functions alphabetically in nn.rstTongzhou Wang1-5/+5
2018-08-02Adding katex rendering of equations, and required edits to equations. (#8848)Rob Kunkle1-1/+1
2018-08-01Add CELU activation to pytorch (#8551)Xiang Gao1-0/+11
2018-07-31Add CTC loss (#9628)Thomas Viehmann1-0/+11
2018-07-20docs fixes (#9607)Tongzhou Wang1-0/+5
2018-07-15Add ModuleDict and ParameterDict containers (#8463)Karan Dwivedi1-0/+12
2018-07-08Update extension docs, fix Fold/Unfold docs (#9239)Tongzhou Wang1-14/+14
2018-07-06Implement nn.functional.interpolate based on upsample. (#8591)Ailing Zhang1-0/+5
2018-06-18add fold example and add nn.Fold/nn.Unfold and F.fold/F.unfold to doc (#8600)Thomas Viehmann1-0/+22
2018-06-04Implement adaptive softmax (#5287)Marcin Elantkowski1-0/+6
2018-06-01Update nn.rst (#8029)Xingdong Zuo1-0/+10
2018-05-31Fix EmbeddingBag max_norm option (#7959)Tongzhou Wang1-0/+18
2018-05-13Documentation improvements (#7537)Thomas Viehmann1-4/+4
2018-05-01add spectral normalization [pytorch] (#6929)Masaki Kozuki1-0/+10
2018-04-30GroupNorm docs (#7086)Soumith Chintala1-1/+7
2018-04-19[docs] Fix some sphinx warnings (#6764)Richard Zou1-4/+4
2018-04-17Codemod to update our codebase to 0.4 standard (#6641)Tongzhou Wang1-6/+14
2018-04-17Update torch.nn.init and torch.nn.utils.clip_grad (#6173)Tony Beltramelli1-2/+7
2018-04-10Fix reflection padding boundary checks (#6438)Tongzhou Wang1-0/+24
2018-03-29Add underscore to nn.init.* and deprecate the original ones (#6093)Tongzhou Wang1-11/+11
2018-03-13Add documentation for LPPool1D (#5730)Calvin Lee1-0/+11
2018-03-01Documentation cleanup for activation functions (#5457)Piotr Mitros1-35/+49
2018-02-26Fix layer_norm initialization and nn.Module docs (#5422)Tongzhou Wang1-1/+1
2018-02-22[ready] Layer Normalization (#4922)Tongzhou Wang1-0/+16
2018-02-15Fixes for docstrings/sphinx rendering of CosineAnnealingLR and Local Response...Martin Drawitsch1-2/+2
2018-01-16Add LocalResponseNorm to docs (#4681)Kai Arulkumaran1-0/+11
2018-01-04Deprecate nn.NLLLoss2d (#4238)Richard Zou1-6/+0
2017-12-22Pad sequences and Pack sequences (#3875)Sherin Thomas1-0/+12
2017-11-14Split off in-place NN functions (#3683)Sam Gross1-0/+6
2017-10-19Generate autograd functions for NN / more refactors (#3136)Sam Gross1-0/+5
2017-09-30added volumetric adaptive max poolingSsnL1-0/+11
2017-09-25VolumetricAdaptiveAveragePoolSsnL1-0/+11
2017-09-14add softmax2d docsSoumith Chintala1-0/+6
2017-09-11add Bilinear to docs, fix referenceSoumith Chintala1-1/+1
2017-09-11add missing bilinear docs entrySoumith Chintala1-0/+5
2017-08-15Add DistributedDataParallel to docsjekbradbury1-1/+1
2017-07-19Add missing Modules to nn.functional (#1801)Aron Barreira Bordin1-8/+63
2017-07-13add normalize docs to sphinxSoumith Chintala1-0/+5
2017-07-13add missing docsSoumith Chintala1-0/+9
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-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