summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-02-25drop Net inputs + Forward with bottomsEvan Shelhamer2-5/+3
2016-02-02Nicely prints GPU namesSergei Nikolaev1-1/+12
2016-01-22Version 1.0.0-rc3Luke Yeager1-0/+3
2015-12-28remove extra space before +Fisher Yu1-1/+1
2015-12-08Merge pull request #3090 from longjon/summarize-toolYangqing Jia1-0/+140
2015-12-04Correct type of device_id; disambiguate shared_ptrT.E.A de Souza1-9/+8
2015-12-01dismantle layer headersEvan Shelhamer1-1/+0
2015-11-26replace snprintf with a C++98 equivalentTea2-12/+7
2015-10-30Update plot_training_log.py.exampleKai Li1-1/+1
2015-10-16Add automatic upgrade for solver typeRonghang Hu2-1/+51
2015-10-16Change solver type to string and provide solver registryRonghang Hu1-1/+1
2015-09-25Fix parse_log.sh against "prefetch queue empty" messagesDmytro Mishkin1-1/+6
2015-09-19[tools] add Python script for at-a-glance prototxt summaryJonathan L Long1-0/+140
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