summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-09-20fix broken conv/deconv reshaping caused by reading bottom shape inJonathan L Long1-2/+5
2015-09-18Merge pull request #3083 from yanchen036/masterJon Long1-7/+7
2015-09-18Im2col and Convolution layers support N spatial axesJeff Donahue2-21/+111
2015-09-18Blob: add SyncedMemory shape accessor for GPU shape accessJeff Donahue1-0/+2
2015-09-18refine format of switch case in solverYan Chen1-7/+7
2015-09-17Separate IO dependenciesTea5-2/+12
2015-09-14Check that the snapshot directory is writeable before starting trainingSean Bell1-0/+2
2015-09-03ConcatLayer: allow trivial operation with single bottom BlobJeff Donahue1-1/+1
2015-09-03SliceLayer: allow trivial operation with single top BlobJeff Donahue1-1/+1
2015-09-02Fix up documentation errors.Darren Garvey2-2/+1
2015-08-26Merge pull request #2970 from ronghanghu/spp-fixRonghang Hu1-7/+3
2015-08-26Fix previous mistake on unimplemented top and address pyramid_height_==1 in S...Ronghang Hu1-7/+3
2015-08-25Add TileLayerJeff Donahue1-0/+29
2015-08-25Merge pull request #2032 from jeffdonahue/embed-layerEvan Shelhamer3-3/+81
2015-08-22Merge pull request #2935 from rmanor/accuraciesRonghang Hu1-1/+7
2015-08-22Merge pull request #2253 from jyegerlehner/snapshot_on_signalRonghang Hu2-1/+60
2015-08-23Output accuracies per class.Ran1-1/+7
2015-08-22Add signal handler and early exit/snapshot to Solver.J Yegerlehner2-1/+60
2015-08-20Expose LayerFactory::LayerTypeList in pycaffeLuke Yeager1-10/+21
2015-08-14Cite Adam paper in solver.hppRonghang Hu1-0/+8
2015-08-14Adam solverPatWie1-0/+17
2015-08-13Merge pull request #2903 from ronghanghu/multi_gpuRonghang Hu13-51/+442
2015-08-12Apply mutex only to shared layers and fix NVCC warningRonghang Hu1-5/+38
2015-08-12Data Layers Parallel for Multi-GPURonghang Hu5-8/+44
2015-08-10Clean up and modernize AdaDelta code; add learning rate support; add addition...Matthias Plappert1-11/+5
2015-08-10Updated AdaDelta for modern Caffe; reduced iterations on multi-iter testsKevin Bache1-3/+3
2015-08-10Implement AdaDelta; add test cases; add mnist examplesMohamed Omran1-0/+23
2015-08-09Multi-GPUCyprien Noel7-4/+174
2015-08-09Allocate host memory through cudaMallocHostCyprien Noel1-14/+17
2015-08-09Add DataReader for parallel training with one DB sessionCyprien Noel2-5/+85
2015-08-09Persistent prefetch threadCyprien Noel2-11/+24
2015-08-09Change the way threads are started and stoppedCyprien Noel1-3/+5
2015-08-09Thread-local CaffeCyprien Noel2-9/+16
2015-08-09Add BlockingQueue for inter-thread communicationCyprien Noel1-0/+47
2015-08-08Implement RMSProp SolverEren Golge1-0/+25
2015-08-07Add EmbedLayer for inner products with sparse input (one-hot vectors),Jeff Donahue1-0/+38
2015-08-07test_gradient_check_util: check_bottom < -1 only checks paramsJeff Donahue1-3/+8
2015-08-07Add gpu_util.cuh, with caffe_gpu_atomic_addJeff Donahue1-0/+35
2015-08-07Net: add learnable_params_ used by solvers to correctly handle shared paramsJeff Donahue1-6/+35
2015-08-07Snapshot model weights/solver state to HDF5 files.Eric Tzeng5-26/+58
2015-08-07Merge pull request #2880 from koki0702/typoEvan Shelhamer1-2/+2
2015-08-07Fix typokoki1.saitoh1-2/+2
2015-08-06PythonLayer takes parameters by stringTakuya Narihira1-0/+2
2015-08-06Merge pull request #2462 from longjon/correct-python-exceptionsEvan Shelhamer1-25/+4
2015-07-29[docs] fix contrastive loss eqEvan Shelhamer1-4/+4
2015-07-14tiny fix in Layer::Backward documentationYoussef Kashef1-1/+1
2015-06-30bilinear filler -- useful for interpolation with DeconvolutionLayerTakuya Narihira1-0/+56
2015-06-05Split db.hpp into leveldb_db.hpp and lmdb_db.hppSergio Guadarrama3-136/+164
2015-06-02Add ReductionLayer to reduce any number of "tail" axes to a scalar valueJeff Donahue1-0/+45
2015-06-02Add LogLayerJeff Donahue3-0/+73