Browse Source

Typo: zerogradParamters

tags/1.7.0
Viktor Szépe 6 years ago
parent
commit
afa3c9ff6b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      contrib/torch/nn/IndexLinear.lua

+ 1
- 1
contrib/torch/nn/IndexLinear.lua View File

@@ -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


Loading…
Cancel
Save