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
AgeCommit message (Expand)Author
2017-01-03Fix shared function override for specific modulesGuillaume Klein
2017-01-03Use conditional branching to call the function shared version (#1091)Guillaume Klein
2016-09-20Don't serialize shared parameters in clone()Jonas Gehring
2016-04-24module-replaceSergey Zagoruyko
2016-04-07add argument passing to module typing shortcuts (#754)Clément Masson
2016-04-05Update Module.luarsfbarreira
2016-03-12Merge pull request #689 from colesbury/getParametersSoumith Chintala
2016-03-04Add _type field to nn.ModuleSam Gross
2016-03-04Assert that weights and gradWeights line up in getParametersSam Gross
2016-02-09nn.clearStateSergey Zagoruyko
2016-01-21read and write methods for nn.Module.Dominik Grewe
2016-01-12Revert "Don't re-flatten parameters if they are already flattened"Soumith Chintala
2016-01-12Don't re-flatten parameters if they are already flattenedSam Gross
2015-09-17Revert "fixing cuda getparams"Soumith Chintala
2015-09-17fixing cuda getparamssoumith
2015-09-04nn.Module preserve type sharing semantics (#187); add nn.Module.applyAdam Lerer
2015-09-04getParameters: improve memory efficiency, fix bug with non-compact tensorsAdam Lerer
2015-08-03Replace Module.flatten by nn.Module.flattenGeorg Ostrovski
2015-07-10Add unit tests for hessian.lua, fix bugs detected by the tests.Andrey Golovizin
2015-05-13Merge pull request #256 from colesbury/lua52Soumith Chintala
2015-05-05Check for `nn.Module` and `nn.Criterion` in recursiveType.Dominik Grewe
2015-05-05Rename unpack to table.unpack for Lua 5.2Sam Gross
2015-04-28Make type() truly recursive.Dominik Grewe
2015-04-24Nicer error message when flattening parameters with inconsistent types.Tim Harley
2015-03-18Added 2 calls to collect garbage for getParametersXiang Zhang
2015-02-06Module:listModules()Nicholas Leonard
2014-11-21Fix various unused variables in nnAndrew Tulloch
2014-10-27Corrected getParamaters for partial viewsJames Kirkpatrick
2014-08-13Check that a module is typed to non-nilJames Kirkpatrick
2014-08-05getParameters can return an empty tensorSergio Gomez
2014-07-25changed module name as per nicholas's suggestion.Jonathan Tompson
2014-07-25Added 'Module:findModulesByTypename' function.Jonathan Tompson
2014-07-23Fixed the recursive type call.Jonathan Tompson
2014-07-22Made module type conversion for member variables recursive (so that tables of...Jonathan Tompson
2014-07-06added Module:evaluate/trainingnicholas-leonard
2013-06-11Using a default scale in Module.backward().Clement Farabet
2013-03-23Sped up getParameters() in simple situations.Clement Farabet
2012-11-29Improved Module:getParameters() speed when using many storages.Ivo Danihelka
2012-10-21Fixed getParameters() for CUDA. When did that break?Clement Farabet
2012-09-24Oups, remove useless printClement Farabet
2012-09-21Added an extra corner case to getParameters().Clement Farabet
2012-07-14Attempt to fix getParameters.Clement Farabet
2012-04-01arg -> {...}, for LuaJIT.Clement Farabet
2012-03-03Implementing a call operator for nn modules and criterions.Clement Farabet
2012-02-19Add reset function to module.lua and Sequential.lua. CmdLine accepts ignore=f...Koray Kavukcuoglu
2012-01-25initial revamp of torch7 treeRonan Collobert