summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Back-merge fixes + docsEvan Shelhamer2-42/+9
2015-01-17Make comments for sparse GaussianFiller match actual behaviorJeff Donahue1-3/+3
2015-01-16Merge pull request #1686 from longjon/net-constJon Long1-25/+47
2015-01-15Merge pull request #1236 from mlapin/legacy_nvcc_supportEvan Shelhamer3-34/+14
2015-01-15lint internal threadEvan Shelhamer1-1/+1
2015-01-15Merge pull request #1335 from ryotat/masterEvan Shelhamer2-42/+9
2015-01-09improve const-ness of NetJonathan L Long1-25/+47
2015-01-02break out Step from SolverJonathan L Long1-6/+4
2014-12-29move softmax loss GPU todo comment to header fileJonathan L Long1-4/+1
2014-12-28remove unused GetLayer function (replaced by LayerRegistry::CreateLayer)Jonathan L Long1-11/+0
2014-12-21Added Multistep, Poly and Sigmoid learning rate decay policiesSergio1-0/+1
2014-12-16check host malloc resultJonathan L Long1-0/+1
2014-12-07clarify #endif commentJonathan L Long1-1/+1
2014-10-21Forward declare boost::thread instead of including boost/thread.hpp in intern...Ryota Tomioka1-3/+8
2014-10-20Update data_transformer.hppYangqing Jia1-3/+3
2014-10-20Fixed a memory leak issue in InternalThread (and removed caffe::Thread calss).Ryota Tomioka2-41/+3
2014-10-19include opencv only in .cppMaksim Lapin3-34/+14
2014-10-18Merge pull request #1319 from kmatzen/lmdb_iter_fixEvan Shelhamer3-22/+20
2014-10-18Remove TIMING from ForwardBackwardSergio1-10/+0
2014-10-18LMDB doesn't support many concurrent read-only transactions, so this prealloc...Kevin James Matzen3-22/+20
2014-10-15Merge pull request #190 from sguada/new_lr_policiesSergio Guadarrama1-0/+1
2014-10-15Added CPUTimerSergio1-5/+15
2014-10-15Added cache_images to WindowDataLayerSergio1-0/+2
2014-10-15Speed up WindowDataLayer and add mean_valuesSergio1-0/+3
2014-10-15Add root_folder to ImageDataLayerSergio1-0/+10
2014-10-15Added test for encoded Datum to test_io.cppSergio1-4/+4
2014-10-15Added encoded datum to ioSergio1-0/+38
2014-10-15Added first_key and last_key to datasetSergio3-0/+6
2014-10-14Reworked the Coder interface such that a Dataset now has both user-definable ...Kevin James Matzen3-35/+47
2014-10-14Renamed Database interface to Dataset.Kevin James Matzen6-79/+79
2014-10-14Templated the key and value types for the Database interface. The Database i...Kevin James Matzen5-25/+148
2014-10-14Added function to Database interface to retrieve keys. Exposed a bug with LM...Kevin James Matzen3-6/+15
2014-10-14Changed Database::buffer_t to Database::key_type and Database::value_typeKevin James Matzen3-9/+10
2014-10-14The LevelDB iterator/DB deallocation order bug is pretty much fixed by having...Kevin James Matzen1-0/+8
2014-10-14Updated Database interface to take key and value by const reference for put a...Kevin James Matzen3-6/+6
2014-10-14Updated Database interface so that rather than CHECKing for certain condition...Kevin James Matzen3-12/+12
2014-10-14Added some tests for the Database iterator interface. Updated the post-incre...Kevin James Matzen3-3/+58
2014-10-14Added get interface to Database. Added test cases for Database. Fixed a few...Kevin James Matzen3-2/+6
2014-10-14Updated Database interface to use custom KV type rather than std::pair. Remo...Kevin James Matzen3-8/+12
2014-10-14Don't autocommit on close for the databases. If they were read-only, then th...Kevin James Matzen2-3/+0
2014-10-14Updated interface to make fewer string copies.Kevin James Matzen4-15/+18
2014-10-14Some cleanup to make travis happy.Kevin James Matzen3-15/+16
2014-10-14Refactored leveldb and lmdb code.Kevin James Matzen6-18/+228
2014-10-13some namespace simplificationYangqing Jia1-0/+1
2014-10-11Merge pull request #1264 from Yangqing/devYangqing Jia1-8/+3
2014-10-11fix flaky math functions, remove unnecessary instantiations.Yangqing Jia1-8/+3
2014-10-11Minor fixes. (1) cudnn.hpp uses CHECK_EQ internally, so it needs to include ...Kevin James Matzen1-0/+1
2014-10-10Added Multistep, Poly and Sigmoid learning rate decay policiesSergio1-0/+1
2014-10-10fix instantiationYangqing Jia1-0/+23
2014-10-03Merge pull request #1070 from sguada/move_data_meanSergio Guadarrama4-27/+99