A trivial error message updates on `at::Tensor _convolution` (#15830)
authorDerek Kim <bluewhale8202@gmail.com>
Tue, 8 Jan 2019 21:03:16 +0000 (13:03 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 8 Jan 2019 21:20:00 +0000 (13:20 -0800)
commit92a2bfe52d6498b8c0be6de7773ebf778d7bff8c
tree89b3c300a747bf42f467b187a68d708b59b49977
parent24314e9cebfd44bd003ebd7d9f6a6c0f2c7374af
A trivial error message updates on `at::Tensor _convolution` (#15830)

Summary:
I fixed an grammatical error on this function previously, but I also realized that its content was also wrong. A weight tensors of a convolutional layer should be at least 3 dimensional, not 2.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15830

Differential Revision: D13597968

Pulled By: soumith

fbshipit-source-id: 72a75106e88945c68d6462828b149441cfb5acde
aten/src/ATen/native/Convolution.cpp