Fixed ConvT docstring (#14876)
authorJon Crall <jon.crall@kitware.com>
Fri, 7 Dec 2018 07:55:34 +0000 (23:55 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 7 Dec 2018 07:57:30 +0000 (23:57 -0800)
commit6e453e56f991d43ff9d0eac715020b7ef877ca77
tree84422be26ec190bf87f204ef5d31b651a8c33240
parent51d26e76f7c5660e393f6b5e5fb7e0f374a65498
Fixed ConvT docstring (#14876)

Summary:
Fixes #14099

I attempted to be as consistent as possible with the formatting, hence why my equation reads d*(k - 1) instead of (k - 1)*d.

Also there is an unused variable on line 46: `n = self.in_channels`. I could fix that here too if that's not too out of scope.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14876

Differential Revision: D13374317

Pulled By: soumith

fbshipit-source-id: a9f110acafa58cdb4206956dbe3ab4738d48292d
torch/nn/modules/conv.py