summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-19cleanup whitespaceEvan Shelhamer7-10/+10
2013-12-04fix really stupid bug in flatten layer (and add test that shows theJeff Donahue2-7/+11
2013-12-02Several changes:Yangqing Jia2-5/+6
2013-11-27Merge pull request #6 from jeffdonahue/flattenYangqing Jia3-0/+152
2013-11-27add flatten layerJeff Donahue3-0/+152
2013-11-27net.cpp: LOG to DLOGYangqing Jia1-1/+1
2013-11-27io.cpp: changed back CV_LOAD_IMAGE_COLOR for earlier versions of opencvYangqing Jia1-2/+3
2013-11-27Update io.cppYangqing Jia1-0/+2
2013-11-21fix Makefile problemYangqing Jia2-3/+7
2013-11-21removed the unsuccessful distributed solver codeYangqing Jia1-237/+0
2013-11-19fixed the missing CV flagYangqing Jia1-1/+1
2013-11-19io.cpp: changed the imread flag to cv::IMREAD_COLORYangqing Jia1-1/+1
2013-11-17print status message on error opening leveldbJeff Donahue1-1/+1
2013-11-16removed the StillFresh function that was used to make sure training does not ...Yangqing Jia1-16/+0
2013-11-15Made a major change: when initializing a network, the input size are no longe...Yangqing Jia3-55/+18
2013-11-13pycaffe updateYangqing Jia1-13/+16
2013-11-12changed the python file pathsYangqing Jia21-1432719/+0
2013-11-12added pycaffe wrapper. Preparing to clean the structureYangqing Jia2-8/+53
2013-11-11stochastic pooling: avoid nanYangqing Jia2-2/+3
2013-11-11added infogain loss layerYangqing Jia2-1/+48
2013-11-11bugfixYangqing Jia1-0/+1
2013-11-08misc updateYangqing Jia3-3/+101
2013-11-07Merge branch 'master' of github.com:Yangqing/caffeineYangqing Jia4-47/+75
2013-11-07ilsvrc 2012 train file listYangqing Jia1-0/+1281167
2013-11-07distributed solver still having bugs. Pausing for now...Yangqing Jia2-42/+59
2013-11-06distributed solver: small fix, still bugsYangqing Jia1-6/+5
2013-11-06distributed server update. bug in synchronous connections.Yangqing Jia3-9/+21
2013-11-06data layer: random skipYangqing Jia2-2/+19
2013-11-06working asynchronous sgd code. may have errors.Yangqing Jia1-26/+50
2013-11-04distributed solver - not checked thoroughlyYangqing Jia2-0/+204
2013-11-04solver minor changeYangqing Jia1-6/+8
2013-11-01accuracy layer: also produce logprobYangqing Jia1-4/+9
2013-10-31solver restructuring: now all prototxt are specified in the solver protocol b...Yangqing Jia5-29/+112
2013-10-31stochastic pooling testYangqing Jia3-7/+165
2013-10-31test convolution more thoroughlyYangqing Jia1-6/+30
2013-10-30data_layer: more clear loggingYangqing Jia1-1/+1
2013-10-30data_layer: do center cropping when testingYangqing Jia1-2/+9
2013-10-30common.cpp: rand seed fixYangqing Jia1-2/+2
2013-10-30Merge branch 'master' of github.com:Yangqing/caffeineYangqing Jia1-4/+7
2013-10-30pooling layer: added stochastic pooling layer, not tested, compilableYangqing Jia3-0/+139
2013-10-28caffe common cpp: fixed an embarassing bugYangqing Jia1-4/+7
2013-10-28python code: use BGR order to match the C++ codeYangqing Jia1-1/+5
2013-10-28option to run on cpu without gpuYangqing Jia1-3/+3
2013-10-27bugfix and made the C++ interface for creating leveldbYangqing Jia2-4/+8
2013-10-26added back opencv dependency and convert scriptsYangqing Jia1-0/+23
2013-10-25regarding https://plus.google.com/113952791760990667476/posts/Q5fwQY6JeEq - s...Yangqing Jia2-11/+1
2013-10-25neuron layer test: added bnllYangqing Jia1-0/+53
2013-10-25bugfixYangqing Jia1-3/+4
2013-10-25Merge branch 'master' of github.com:Yangqing/caffeYangqing Jia2-0/+91
2013-10-25bnllYangqing Jia2-0/+91