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
2016-12-01Move make contiguous code from lua to C.Gregory Chanan
2016-11-01Add generic support for LookupTable.Gregory Chanan
2016-10-02More broken compatibility with cutorch 1.0Martin Simonovsky
2016-08-13Fix many spelling errors with tool `codespell`.Zhou Mo
2016-08-12fix for cutorch index* changessoumith
2016-04-16Add dummy updateGradInput in LookupTableFrancisco Massa
2016-04-11[LookupTable] Add Max-norm constraints to LookupTable (#739)Xianjie Chen
2016-02-20Merge pull request #650 from torch/padlookupSoumith Chintala
2016-02-20adding paddingValue to LookupTablesoumith
2016-02-20allow non-contiguous gradOutput in LookupTablesoumith
2016-02-09nn.clearStateSergey Zagoruyko
2016-02-03Add THNN conversion of Volumetric* modulesAndreas Köpf
2016-01-08Harmonize LookupTable signature with cunn implAndreas Köpf
2016-01-06Revert to use IntTensor for LookupTable countsAndreas Köpf
2016-01-05Add THNN conversion of {ELU, LeakyReLU, LogSigmoid, LogSoftMax, LookupTable}Andreas Köpf
2015-09-04nn.Module preserve type sharing semantics (#187); add nn.Module.applyAdam Lerer
2015-07-22fixing small bug in :type() of lookup tablesoumith
2015-07-16backward compatibility for LookupTablesoumith
2015-06-20Fix CUDA LookupTable with 2D inputs.Sam Gross
2015-06-19LookupTable makeInputContiguous only oncenicholas-leonard
2015-06-11Speed up LookupTableSam Gross
2014-11-27LookupTable keeps track of inputs for accUpdateNicholas Leonard
2014-11-11LookupTable fixes and optimizationsNicholas Leonard
2014-11-10Performance improvement to LookupTableKai Sheng Tai
2014-11-04removed global variable in LookupTablenicholas-leonard
2014-07-10added accUpdate to nn.LookupTablenicholas-leonard
2014-05-11fix LookupTable bug (when not calling zeroGradParameternicholas-leonard
2014-04-11removed print and residualsnicholas-leonard
2014-04-10Added scaleUpdateByKey method. Refactored fairscale into separate file.nicholas-leonard
2014-04-10unit tests completeNicholas Leonard
2014-04-10unit test for 1D LookupTableNicholas Leonard
2014-04-10fixed indentationNicholas Leonard
2014-04-09works with batches. still needs localized scalesNicholas Leonard
2014-04-08initial commitNicholas Leonard
2013-02-20Merge branch 'nn_fast_reset'Clement Farabet
2012-10-27Faster reset for 'nn' modules.Clement Farabet
2012-04-03cleaner handling of ... argsRonan Collobert
2012-01-25initial revamp of torch7 treeRonan Collobert