summaryrefslogtreecommitdiff
path: root/torch/legacy/nn/DistKLDivCriterion.py
AgeCommit message (Expand)AuthorFilesLines
2018-09-20Remove torch/legacy (#11823)Christian Puhrsch1-38/+0
2018-07-02update nn loss tests to use new reduction arg (#9118)Roy Li1-2/+2
2018-07-01combine size_average and reduce args in loss functions (#8018)Roy Li1-4/+3
2018-02-23Merge Variable and Tensor classes (#5225)Sam Gross1-1/+1
2017-11-07Add reduce keyword for KLDivLoss (#3330)Richard Zou1-2/+6
2017-01-28[pep8] Fix most lint automatically with autopep8Luke Yeager1-2/+2
2016-12-01Add __len__ for tensorsAdam Paszke1-1/+2
2016-09-20Codemod to remove camel case method namingAdam Paszke1-2/+2
2016-08-12Fix Python 2.7 compatibilityAdam Paszke1-2/+2
2016-07-26Converted nn modulesAdam Paszke1-0/+34