summaryrefslogtreecommitdiff
path: root/tools/caffe.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-22Add signal handler and early exit/snapshot to Solver.J Yegerlehner1-1/+31
2015-08-09Multi-GPUCyprien Noel1-31/+80
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-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-03-19always call Layer::Reshape in Layer::ForwardJonathan L Long1-3/+0
2015-03-07Load weights from multiple caffemodels.J Yegerlehner1-2/+15
2015-02-17tools make net with phaseEvan Shelhamer1-4/+2
2015-01-09improve const-ness of NetJonathan L Long1-2/+2
2014-10-15Added CPUTimerSergio1-17/+22
2014-10-15Change caffe time to do forward/backward and accumulate time per layerSergio1-19/+30
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-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-08-25'caffe test' prints all scores and their namesJeff Donahue1-6/+39
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-09Fix the gflags namespace issueKai Li1-1/+0
2014-08-07consolidate gpu and device_id args in caffe toolEvan Shelhamer1-12/+11
2014-08-06consolidate test into caffe cliEvan Shelhamer1-0/+35
2014-08-06comment caffe cliEvan Shelhamer1-3/+9
2014-08-06check required caffe cli argsEvan Shelhamer1-1/+6
2014-08-06rename caffe cli args and revise textEvan Shelhamer1-27/+25
2014-08-06give usage message for caffe cliEvan Shelhamer1-3/+13
2014-08-06output INFO from caffe cli to stderr by defaultEvan Shelhamer1-0/+3
2014-08-06consolidaet GPU flag for caffe cliEvan Shelhamer1-3/+3
2014-08-06rename toolsEvan Shelhamer1-10/+10
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-1/+0
2014-07-25using caffe::string to be consistent with other string definition.Yangqing Jia1-6/+5
2014-07-25lintYangqing Jia1-13/+16
2014-07-25Adding new caffe binary that does everything in one binary; deprecating devic...Yangqing Jia1-0/+176