diff options
author | Viktor Szépe <viktor@szepe.net> | 2017-11-14 21:37:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-14 21:37:25 +0100 |
commit | afa3c9ff6b6b81188ea7af18daffae858118d4c0 (patch) | |
tree | 90609d36ed0a59349cc13898fe3eabf2d64cc525 /contrib | |
parent | e3689ecb77b5067433aeabdd1251e45fcb38340d (diff) | |
download | rspamd-afa3c9ff6b6b81188ea7af18daffae858118d4c0.tar.gz rspamd-afa3c9ff6b6b81188ea7af18daffae858118d4c0.zip |
Typo: zerogradParamters
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/torch/nn/IndexLinear.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/torch/nn/IndexLinear.lua b/contrib/torch/nn/IndexLinear.lua index 2ddbcbdb9..928e5d3f2 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 |