Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/cunn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Chanan <gchanan@fb.com>2016-11-12 02:46:44 +0300
committerGregory Chanan <gchanan@fb.com>2016-11-12 02:46:44 +0300
commit202cb363d5f679cb70eb15ae60c6cc106ade050c (patch)
tree0ded2c1ead9651355b27a63c963286df502aa6d3
parent20176983890ddecb084ad0de4a969a5d2f613d86 (diff)
Remove comment.
-rw-r--r--lib/THCUNN/generic/SpatialConvolutionLocal.cu1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/THCUNN/generic/SpatialConvolutionLocal.cu b/lib/THCUNN/generic/SpatialConvolutionLocal.cu
index 3eb7b80..0469029 100644
--- a/lib/THCUNN/generic/SpatialConvolutionLocal.cu
+++ b/lib/THCUNN/generic/SpatialConvolutionLocal.cu
@@ -93,7 +93,6 @@ void THNN_(SpatialConvolutionLocal_updateOutput)(
input = THCTensor_(newContiguous)(state, input);
- // TODO: add argument checking
long nInputPlane = THCTensor_(size)(state,weight,2)/(kW*kH);
long nOutputPlane = THCTensor_(size)(state,weight,1);