summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-09[docs] readmeSergey Karayev1-1/+2
2014-07-09[docs] got rid of redundant README, updated development instructionsSergey Karayev2-140/+80
2014-07-09[docs] reworked index page, got rid of publications pageSergey Karayev6-67/+56
2014-07-03point to reference performance from installation, add GTX 770Evan Shelhamer2-0/+7
2014-07-02acknowledge BVLC PI Trevor Darrell for advising CaffeEvan Shelhamer1-0/+2
2014-06-27add latest CUDA arch to fix invalid device function errorsEvan Shelhamer1-1/+5
2014-06-26switch language to "related publications"Evan Shelhamer2-3/+3
2014-06-26add publication section to homepageEvan Shelhamer1-0/+4
2014-06-26fix caffe paper link -- still hasn't appeared on arxiv yetEvan Shelhamer1-1/+1
2014-06-26Merge pull request #543 from shelhamer/publicationsEvan Shelhamer1-0/+12
2014-06-26Merge pull request #539 from sguada/top_5_docsEvan Shelhamer1-0/+2
2014-06-25Added top-1 and top-5 accuracy for the caffe networks to docsSergio1-0/+2
2014-06-25add skeleton of the Caffe publications pageEvan Shelhamer1-0/+12
2014-06-03Update docs on building boost on OSX for the python wrappersRob Currie1-0/+4
2014-05-28fix OSX 10.9 homebrew CXX docEvan Shelhamer1-2/+2
2014-05-26caffe.Net preprocessing members belong to object, not classEvan Shelhamer1-6/+7
2014-05-2510.9 install doc formattingEvan Shelhamer1-10/+8
2014-05-24fix OSX 10.9 compiler/stdlib override for latest homebrewEvan Shelhamer1-6/+10
2014-05-23follow-up on #443 to invert k channels (instead of 3)Evan Shelhamer1-1/+2
2014-05-23Correctly invert the swapping of colour channelsJames Thewlis1-1/+2
2014-05-22link presentation on dropbox (was self-hosted during a dropbox issue)Evan Shelhamer2-2/+2
2014-05-22link to demoSergey Karayev1-0/+2
2014-05-22Merge pull request #435 from shelhamer/v1-modelsEvan Shelhamer5-351/+301
2014-05-22fix draw_net python scriptEvan Shelhamer1-2/+2
2014-05-22release v1 model defs + weightsEvan Shelhamer5-351/+301
2014-05-21point out @niuzhiheng's work on the Windows portEvan Shelhamer1-0/+4
2014-05-21fix test_all path in docsEvan Shelhamer1-3/+3
2014-05-20link canonical bvlc siteEvan Shelhamer1-1/+1
2014-05-20fix detection notebook linkEvan Shelhamer1-1/+1
2014-05-20Merge pull request #429 from shelhamer/nextEvan Shelhamer215-6559/+16032
2014-05-20Back-merge changes in masterEvan Shelhamer9-3/+899
2014-05-20Merge pull request #311 from shelhamer/python-fixesEvan Shelhamer21-1276/+1566
2014-05-20update notebook examples with new wrapper usage, re-organizeEvan Shelhamer5-544/+645
2014-05-20preprocess single inputs instead of listsEvan Shelhamer3-42/+38
2014-05-20windowed detection in pythonEvan Shelhamer5-462/+262
2014-05-19squash infuriating loop assignment bug in batchingEvan Shelhamer1-1/+1
2014-05-19image classification in pythonEvan Shelhamer5-129/+206
2014-05-19fix padding for the last batchEvan Shelhamer1-3/+4
2014-05-19split drawnet into module code and scriptEvan Shelhamer2-15/+25
2014-05-19add caffe.io submodule for conversions, image loading and resizingEvan Shelhamer3-12/+89
2014-05-19fix python mean subtractionEvan Shelhamer1-7/+9
2014-05-19Merge pull request #376 from sergeyk/layer_reorgSergey Karayev13-708/+956
2014-05-19Incorporated Evan’s comments for neuron layersSergey Karayev1-5/+11
2014-05-19Cosmetic change in ConcatLayerSergey Karayev1-12/+9
2014-05-19Lil’ more docstring, and cosmetic change in EuclideanLossLayerSergey Karayev3-26/+72
2014-05-19fwd/back math docs for neuron layersSergey Karayev2-7/+50
2014-05-16drop cute names in favor of Net.{pre,de}process() for input formattingEvan Shelhamer1-44/+45
2014-05-16Net.caffeinate() and Net.decaffeinate() format/unformat listsEvan Shelhamer1-41/+46
2014-05-16take blob args as ndarrays and assign on the python sideEvan Shelhamer2-184/+72
2014-05-16Cosmetic change in prep for data layer workSergey Karayev1-45/+48