summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-09-17Merge pull request #3074 from ronghanghu/show-use-cpuRonghang Hu1-0/+1
2015-09-17Separate IO dependenciesTea2-0/+8
2015-09-16Get back 'USE CPU' print for caffe trainRonghang Hu1-0/+1
2015-09-04Update extract_features.cppLumin Zhou1-1/+1
2015-09-01Show output from convert_imageset toolLuke Yeager1-2/+4
2015-08-22Add signal handler and early exit/snapshot to Solver.J Yegerlehner1-1/+31
2015-08-09Multi-GPUCyprien Noel1-31/+80
2015-08-07Merge pull request #2634 from mlopezantequera/patch-2Jeff Donahue1-1/+1
2015-08-06[pycaffe,build] include Python first in caffe toolEvan Shelhamer1-5/+5
2015-08-06Merge pull request #2462 from longjon/correct-python-exceptionsEvan Shelhamer1-1/+15
2015-06-22Update parse_log.pyManuel1-1/+1
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-14print Python exceptions when using Python layer with the caffe toolJonathan L Long1-1/+15
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