summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-01-16Merge pull request #1686 from longjon/net-constJon Long1-2/+2
2015-01-15check for enough args to convert_imagesetEvan Shelhamer1-1/+1
2015-01-09improve const-ness of NetJonathan L Long1-2/+2
2014-12-08Store data in lists of dicts and use csv packageDaniel Golden1-20/+34
2014-12-08Take train loss from `Iteration N, loss = X` linesDaniel Golden1-16/+19
2014-12-08Created parse_log.py, competitor to parse_log.shDaniel Golden2-6/+167
2014-10-15Added CPUTimerSergio2-17/+24
2014-10-15Upgrade compute_image_mean to use gflags, accept list_of_images, and print me...Sergio1-15/+44
2014-10-15Change caffe time to do forward/backward and accumulate time per layerSergio1-19/+30
2014-10-15Added encoded option and check_size to convert_imagesetSergio1-5/+20
2014-10-14Renamed Database interface to Dataset.Kevin James Matzen3-35/+34
2014-10-14Templated the key and value types for the Database interface. The Database i...Kevin James Matzen3-24/+17
2014-10-14Changed Database::buffer_t to Database::key_type and Database::value_typeKevin James Matzen3-6/+6
2014-10-14The LevelDB iterator/DB deallocation order bug is pretty much fixed by having...Kevin James Matzen1-1/+0
2014-10-14Updated Database interface to take key and value by const reference for put a...Kevin James Matzen2-2/+2
2014-10-14Updated Database interface so that rather than CHECKing for certain condition...Kevin James Matzen3-9/+9
2014-10-14Added a couple of sanity checks to make sure the datum buffer sizes matched w...Kevin James Matzen1-0/+2
2014-10-14Updated Database interface to use custom KV type rather than std::pair. Remo...Kevin James Matzen1-2/+2
2014-10-14Updated extract_features to take a leveldb/lmdb config option.Kevin James Matzen1-6/+6
2014-10-14Don't autocommit on close for the databases. If they were read-only, then th...Kevin James Matzen1-1/+3
2014-10-14Updated interface to make fewer string copies.Kevin James Matzen3-11/+17
2014-10-14Refactored leveldb and lmdb code.Kevin James Matzen3-210/+53
2014-10-14some namespace cleaning.Yangqing Jia4-31/+38
2014-10-03Merge pull request #1070 from sguada/move_data_meanSergio Guadarrama1-7/+12
2014-10-03[fix] set cmake static link command for clang++ and g++ globallyEvan Shelhamer1-2/+1
2014-10-03Add flag check_size=false to convert_imagesetSergio Guadarrama1-7/+12
2014-09-28cmake.Yangqing Jia1-1/+3
2014-09-25Removed unnecessary "mutable"D.Mishkin1-2/+2
2014-09-24Back-mergeEvan Shelhamer2-12/+7
2014-09-21default backend to lmdb for image conversion and mean computationEvan Shelhamer2-12/+7
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-3/+3
2014-09-18include Reshape in caffe timeJonathan L Long1-0/+3
2014-09-15fix caffe train GPU initializationJonathan L Long1-4/+11
2014-09-01revert tools/train_net.cpp to previous, depecated versionJeff Donahue1-21/+2
2014-09-01hot fix for warningqipeng1-1/+1
2014-09-01lintqipeng1-1/+2
2014-09-01Re-added solver switch into the new caffe main excutable; fixed AdaGrad MNIST...qipeng1-5/+5
2014-09-01proto conflit, lint, and math_functions (compiler complaint)qipeng1-9/+0
2014-09-01fixed solver constructor in train_net.cppqipeng1-2/+1
2014-09-01converted pointers to shared_ptrqipeng1-2/+28
2014-09-01Solver switching support & implementation of Nesterov's accelerated gradient ...qipeng1-0/+3
2014-08-31Merge pull request #1008 from mohomran/mnist_with_lmdbEvan Shelhamer1-2/+3
2014-08-31parse_log.sh adapted to new training log format + fixed typos and updated des...Mohamed Omran1-10/+12
2014-08-31minor changes to variable names and error messages + set default backed in co...Mohamed Omran1-2/+3
2014-08-27Merge pull request #857 from netheril96/gflagsEvan Shelhamer1-34/+36
2014-08-25'caffe test' prints all scores and their namesJeff Donahue1-6/+39
2014-08-21upgrade net parameter data transformation fields automagicallyEvan Shelhamer1-0/+5
2014-08-21If specified, --gpu flag overrides SolverParameter solver_mode.Jeff Donahue1-0/+11
2014-08-17milliseconds is a wordJonathan L Long1-5/+5
2014-08-17restore .testbin extension, and move caffe_tool back to "caffe".Jeff Donahue2-3/+4