From afa3c9ff6b6b81188ea7af18daffae858118d4c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 14 Nov 2017 21:37:25 +0100 Subject: [PATCH] Typo: zerogradParamters --- contrib/torch/nn/IndexLinear.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/torch/nn/IndexLinear.lua b/contrib/torch/nn/IndexLinear.lua index 2ddbcbdb9b..928e5d3f2c 100644 --- a/contrib/torch/nn/IndexLinear.lua +++ b/contrib/torch/nn/IndexLinear.lua @@ -262,7 +262,7 @@ function IndexLinear:accGradParameters(input, gradOutput, scale) ) -- Increment the running counter to create a new buffer - -- if we don't flush them in zerogradParamters + -- if we don't flush them in zerogradParameters self.running.counter = self.running.counter + 1 end -- 2.47.3