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
AgeCommit message (Expand)Author
2011-11-11Upgraded all code to new torch master.torch-masterClement Farabet
2011-10-02Fixed SpatialMaxSampling to accept arbitrary inputs (allowing upsampling)Clement Farabet
2011-10-01Bprop for SpatialMaxSampling all checked.Clement Farabet
2011-10-01Added SpatialMaxSampling module, for flexible competitive resampling.Clement Farabet
2011-09-27Added new criterions.Clement Farabet
2011-09-23working cuda -> lbfgsMarco Scoffier
2011-09-23added a WITH_CUDA flag as it isn't compiling right nowMarco Scoffier
2011-09-23added dispatcher for different Tensor types to lbfgsMarco Scoffier
2011-09-16Rewrote spatial upsampler to use raw pointers.Clement Farabet
2011-09-14Got rid of SpatialMaxPoolingClement Farabet
2011-09-13Introducing: SpatialClassifier, to replace all Spatial modules.Clement Farabet
2011-09-07Updated training code to latest Torch version: backward is now split into two.Clement Farabet
2011-07-29Removed omp locks.Clement Farabet
2011-07-29Fixed multiple things: openmp and bad conv problem.Clement Farabet
2011-07-27Added a filter to sample patches in a smarter way.Clement Farabet
2011-07-11Renamed SpatialConvolutionTable -> SpatialConvolutionSparseClement Farabet
2011-07-10Flipped some w/h.Clement Farabet
2011-07-10Imported DataSetLabelMe, unmodified.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-09Moved Spatial Criterions' code to generic.Clement Farabet
2011-07-09Added spatial sparse criterion.Clement Farabet
2011-07-09Added Sparse (L1) criterionClement Farabet
2011-07-08Fixed some slight issues in SpatialLinearClement Farabet
2011-07-08added two generic upsamplers/resamplers modulesClement Farabet
2011-07-07OpenMP: spatial linearClement Farabet
2011-07-07Slowly integrating old OpenMP code.Clement Farabet
2011-07-07Setup OpenMP.Clement Farabet
2011-07-07Fixed indexing problemClement Farabet
2011-07-06Added SpatialMaxPoolingClement Farabet
2011-07-06Fixed most problems with jaobian testerClement Farabet
2011-07-06Added SpatialLogSoftMax moduleClement Farabet
2011-07-06Added SpatialConvolutionTableClement Farabet
2011-07-06Added Threshold.Clement Farabet
2011-07-06Added new modules.Clement Farabet
2011-07-06Added two new modules, and a testbench to validate jacobiansClement Farabet