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

github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhou Mo <cdluminate@gmail.com>2016-08-13 18:35:50 +0300
committerZhou Mo <cdluminate@gmail.com>2016-08-13 18:35:50 +0300
commitb78d6d6a837b1426b14a7ada76a496c3e46b01b1 (patch)
treef4e2c3c2120f45d72c4920c3fc04cc08221068cd /LookupTable.lua
parent7bf5a99138d7b2f72733e0916b4568f71c9ecbd8 (diff)
Fix many spelling errors with tool `codespell`.
This patch is imported from Debian Package.
Diffstat (limited to 'LookupTable.lua')
-rw-r--r--LookupTable.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/LookupTable.lua b/LookupTable.lua
index 8a60354..cf9c687 100644
--- a/LookupTable.lua
+++ b/LookupTable.lua
@@ -125,7 +125,7 @@ function LookupTable:renorm(input)
if not self.maxNorm then
return
end
- -- copy input into _input, so _input is continous.
+ -- copy input into _input, so _input is continuous.
-- The copied _input will be modified in the C code.
self._input:resize(input:size()):copy(input)
local row_idx = self._input