summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-05-30Merge pull request #2350 from drdan14/log-parser-python-improvedEvan Shelhamer1-63/+102
2015-05-27fix the bug with db_type when the number of features to be extracted is large...Mohammad Norouzi1-1/+2
2015-05-26add leading zeros to keys in feature DB filesMohammad Norouzi1-1/+1
2015-05-18fix blob_loss_weights index in test() in caffe.cppRonghang Hu1-2/+2
2015-05-14Merge pull request #2165 from longjon/auto-reshapeJeff Donahue1-3/+0
2015-04-25fix typo: swap the titles of xlabel and ylabelTakuma Wakamori1-2/+2
2015-04-22Improvements to python log parserDaniel Golden1-63/+102
2015-03-19always call Layer::Reshape in Layer::ForwardJonathan L Long1-3/+0
2015-03-07extract_features preserves feature shapeJ Yegerlehner1-3/+3
2015-03-07Load weights from multiple caffemodels.J Yegerlehner1-2/+15
2015-02-19Repeal revert of #1878Evan Shelhamer2-14/+20
2015-02-19Revert "Merge pull request #1878 from philkr/encoded"Evan Shelhamer2-20/+14
2015-02-19Merge pull request #1899 from philkr/project_source_dirEvan Shelhamer1-1/+1
2015-02-18Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIRphilkr1-1/+1
2015-02-17tools make net with phaseEvan Shelhamer2-6/+3
2015-02-16Merge pull request #1878 from philkr/encodedEvan Shelhamer2-14/+20
2015-02-16improve CMake buildAnatoly Baksheev1-19/+28
2015-02-16Cleaning up the encoded flag. Allowing any image (cropped or gray scale) to b...philkr2-14/+20
2015-02-05get rid of NetParameterPrettyPrint as layer is now after inputsJeff Donahue1-6/+1
2015-02-05automagic upgrade for v1->v2Jeff Donahue2-9/+19
2015-01-29Merge pull request #1748 from longjon/db-wrappersEvan Shelhamer3-56/+57
2015-01-24drop dump_network toolEvan Shelhamer1-82/+0
2015-01-19use db wrappersJonathan L Long3-56/+57
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