From: Viktor Szépe Date: Tue, 14 Nov 2017 20:37:25 +0000 (+0100) Subject: Typo: zerogradParamters X-Git-Tag: 1.7.0~432^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afa3c9ff6b6b81188ea7af18daffae858118d4c0;p=thirdparty%2Frspamd.git Typo: zerogradParamters --- 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