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 (Collapse)Author
2015-07-10Add unit tests for hessian.lua, fix bugs detected by the tests.Andrey Golovizin
* Fix initialization of diagHessianBias for nn.SpatialConvolution. * Fix computing diagHessianBias for nn.SpatialFullConvolution. * Call module:forward() with the proper input before calling accGradParameters(). Without that, accDiagHessianParameters() produces incorrect results for some convolution classes. * Move duplicate code from Module.getParameters() to Module.flatten(), which is now used by both the original Module.getParameters() in Module.lua and the replacement Module.getParameters() in hessian.lua.
2015-01-03added optional precision parameter to nn.Jacobiansoumith
2014-11-21Fix various unused variables in nnAndrew Tulloch
2014-11-17Jacobian concurrencyAndrew Tulloch
2014-04-11removed Jacobian.backward(... scale)nicholas-leonard
2014-04-10added scale to Jacobian.backward to fix LookupTable errorNicholas Leonard
2012-12-06fix Jacobian when using direct-updatesRonan Collobert
2012-09-14corrected zeroGradParameters call in jacobian.lua. It was not used anyways...koray kavukcuoglu
2012-03-13Fixed Jacobian test. Missing zero() in IO tester.Clement Farabet
2012-02-131D view in Jacobian was assuming the input tensor was always aligned to ↵koray kavukcuoglu
offset 1 of its storage and has the same number of elements as the storage.
2012-02-03{min,max,sum,mean,var,std}all now without 'all' in luaRonan Collobert
2012-01-25initial revamp of torch7 treeRonan Collobert