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
2016-02-25Add VolumetricBatchNormalizationSam Gross
2016-02-18Add THNN conversion for Spatial* modulesFrancisco Massa
2016-02-12clearState save_mean and save_std in BNSergey Zagoruyko
2016-02-09nn.clearStateSergey Zagoruyko
2016-02-08Update SpatialBatchNormalization.luaTimothy Emerick
2016-02-04Fix loading of old SpatialBatchNormalization modulesSam Gross
2016-01-22fix batchnorm resetSergey Zagoruyko
2016-01-05Add C implementation of SpatialBatchNormalizationSam Gross
2015-10-19fix batchnorm resetSergey Zagoruyko
2015-09-1130% Memory savingDimitrios Korkinof
2015-06-03batchnorm is clonable by adding the running estimates to constructorsoumith
2015-04-21making running_mean/std shareable in batch normalizationsoumith
2015-03-21adding batch normalizationsoumith