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
path: root/test
AgeCommit message (Expand)Author
2014-07-15added a val field to SpatialPadding so you can set the background to somethin...Jonathan Tompson
2014-07-09moving stuff to nn.nicholas-leonard
2014-07-09SoftMaxTree.gradInput is a table (like input)nicholas-leonard
2014-07-08refactored maxNorm. Added accUpdate optionnicholas-leonard
2014-06-04added and tested SoftMaxTree:sharedClone()nicholas-leonard
2014-05-18SoftMaxTree works (debugged and unit tested)nicholas-leonard
2014-05-17SoftMaxTree_updateGradInput works (debugged and unit tested)nicholas-leonard
2014-05-17SoftMaxTree:forward works (debugged, unit tested)nicholas-leonard
2012-09-07BIG UPDATE.Clement Farabet
2012-05-08Add module FunctionWrapperMichael 'myrhev' Mathieu
2012-04-27Add SpatialReSamplingEx (grouping all the Spatial*Sampling).Michael 'myrhev' Mathieu
2012-03-27Simplified SpatialPyramid, and changed its output formatMichael 'myrhev' Mathieu
2012-03-24Add SpatialPyramid module, simplified and more flexible (with sizes) foveaMichael 'myrhev' Mathieu
2012-03-24Add SpatialDownSampling module, a simple down-sampling averaging the pixelsMichael 'myrhev' Mathieu
2012-03-14Reversed the dimensions of the output of SpatialMatching, and its argumentsMichael 'myrhev' Mathieu
2012-03-13Some detials in spatial matching.Clement Farabet
2012-03-10Implement SpatialMatching backpropMichael 'myrhev' Mathieu
2012-02-04newpack versionClement Farabet
2011-10-10Merge branch 'master' of github.com:clementfarabet/lua---nnxMarco Scoffier
2011-10-09Approx epsilon in hessian update.Clement Farabet
2011-10-09Added code for Tanh:hessianClement Farabet
2011-10-09Added simple tester for hessian.Clement Farabet
2011-10-07make morethuente the default linesearch in the test examplesMarco Scoffier
2011-10-03many more printouts for verbose = 3 modeMarco Scoffier
2011-10-02corrected tests for lbfgs and cg. lbfgs.c uses global gradParameters, we shou...koray kavukcuoglu
2011-10-02converted build system to cmake compatible. CUDA + CMAKE is not handled prope...koray kavukcuoglu
2011-10-02Fixed SpatialMaxSampling to accept arbitrary inputs (allowing upsampling)Clement Farabet
2011-10-01Bprop for SpatialMaxSampling all checked.Clement Farabet
2011-09-29some more emulation of minfuncMarco Scoffier
2011-09-29added different types of CG and test functionsMarco Scoffier
2011-09-16Rewrote spatial upsampler to use raw pointers.Clement Farabet
2011-09-02Fixed tester.Clement Farabet
2011-07-29Removed omp locks.Clement Farabet
2011-07-29Fixed multiple things: openmp and bad conv problem.Clement Farabet
2011-07-27Fixed a few tests.Clement Farabet
2011-07-09Added SpatialGraph module, in its quite early version.Clement Farabet
2011-07-09updgraded tests+conv with Koray's latest changes..Clement Farabet
2011-07-09Added missng file.Clement Farabet
2011-07-08Fixed some slight issues in SpatialLinearClement Farabet
2011-07-08Imported spatialFovea from xlearnClement Farabet
2011-07-08Changed interface for resampler (to be compat with Down and Up Samplers)Clement Farabet
2011-07-08Fixed print.Clement Farabet
2011-07-08Added second test to fully validate SpatialReSampling.Clement Farabet
2011-07-08added two generic upsamplers/resamplers modulesClement Farabet
2011-07-08Cleaned up tester.Clement Farabet
2011-07-08using torch.Tensor()Clement Farabet
2011-07-08Added SpatialNormalization module. Still buggy with non-square kernels.Clement Farabet
2011-07-08Added SpatialPadding moduleClement Farabet
2011-07-07OpenMP: spatial linearClement Farabet
2011-07-07Slowly integrating old OpenMP code.Clement Farabet