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

github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 3c9e9b6..a0cab01 100644
--- a/init.lua
+++ b/init.lua
@@ -208,7 +208,7 @@ function nnx.flattenParameters(parameters)
if param:storage() == parameters[i]:storage() then
offsets[k] = offsets[i]
if storageOffsets[k] ~= storageOffsets[i] or elements[k] ~= elements[i] then
- error('<nnx.flattenParameters> canot flatten shared weights with different structures')
+ error('<nnx.flattenParameters> cannot flatten shared weights with different structures')
end
isView = true
break