summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-11revised an compatibility issue with the new ACL 17.09 version. Documents will...honggui3-4/+5
2017-10-10ACL concat function is not stable enough yet. Bypass it till the issue was fi...honggui1-1/+2
2017-08-26add support acl batch normal,direct conv, local connect, concat layershonggui16-71/+807
2017-07-02Issue: When OpenCL initialization fails, even if Caffe uses CPU-mode, it does...Yao Honggui1-1/+11
2017-07-01To match the new ARM Compute Library version 17.06Yao Honggui1-1/+2
2017-06-021. Porting Caffe onto ARM Compute Library.Yao Honggui29-3/+1664
2017-03-22Clarify batch norm parameter documentation.Jonathan R. Williford1-4/+14
2017-03-21sane h5df file type check for weightsmax argus1-2/+1
2017-03-07Merge pull request #4630 from BlGene/load_hdf5_fixEvan Shelhamer4-12/+37
2017-02-16Merge pull request #4609 from intelfx/BVLC-work-buildsystemEvan Shelhamer3-5/+16
2017-02-16Merge pull request #5210 from ftokarev/patchesEvan Shelhamer1-2/+1
2017-01-23Restore can be invoked on rank > 0Cyprien Noel1-1/+0
2017-01-21Update a comment in caffe.protoFyodor Tokarev1-2/+1
2017-01-19Merge pull request #5184 from shaibagon/fix_batch_norm_param_upgradeEvan Shelhamer1-1/+7
2017-01-19Merge pull request #3365 from BonsaiAI/wrap-declarations-in-switchEvan Shelhamer1-2/+2
2017-01-18remove redundant operations in Crop layer (#5138)xmyqsh2-35/+27
2017-01-18Fix various documentation typos (#4172)Adam Browne1-1/+1
2017-01-15fixing upgrade_proto for BatchNorm layer: be more conservative leave "name" i...shai1-1/+7
2017-01-06Using default from proto for prefetchCyprien Noel1-2/+1
2017-01-06Switched multi-GPU to NCCLCyprien Noel26-635/+589
2016-12-30Typos in test_inner_product_layer.cppFyodor Tokarev1-5/+5
2016-11-28Add the missing periodZhou Mo1-3/+3
2016-11-28Make lint happy (> 80 characters)Zhou Mo1-4/+4
2016-11-27fix many typos by using codespellZhou Mo8-11/+11
2016-11-25Revert "solver: check and set type to reconcile class and proto"Evan Shelhamer2-17/+0
2016-11-22Merge pull request #5009 from shelhamer/solver-type-checkEvan Shelhamer2-0/+17
2016-11-22Merge pull request #4998 from chenzeyuczy/masterJeff Donahue1-2/+2
2016-11-21solver: check and set type to reconcile class and protoEvan Shelhamer2-0/+17
2016-11-18Merge pull request #4703 from cypof/avoid_missing_returnsEvan Shelhamer1-0/+7
2016-11-18Add missing spaces besides equal signs in batch_norm_layer.cppchenzy1-2/+2
2016-11-16sigmoid cross-entropy loss: normalize loss by different schemesEvan Shelhamer3-30/+91
2016-11-15sigmoid cross-entropy loss: ignore selected targets by `ignore_label`Evan Shelhamer3-0/+70
2016-11-01add the missing star in commentnihui1-1/+1
2016-10-27sigmoid cross-entropy loss: add GPU forward for full GPU modeEvan Shelhamer2-3/+35
2016-10-22Fix: made load_hd5 check blob dims by default.max argus4-12/+37
2016-09-29slightly relax batch norm checkBenedikt Wilbertz1-4/+8
2016-09-20Merge pull request #4600 from bwilbertz/fix_scale_layerJeff Donahue1-3/+11
2016-09-12batch norm: auto-upgrade old layer definitions w/ param messagesEvan Shelhamer1-1/+33
2016-09-12batch norm: hide statistics from solver, simplifying layer definitionEvan Shelhamer1-0/+8
2016-09-09Avoids missing return values during build.Cyprien Noel1-0/+7
2016-09-09Benchmarking should not impact perf until timer is readCyprien Noel1-1/+2
2016-09-01fix layerSetUp of scale_layer to not add bias blob when already presentBenedikt Wilbertz1-3/+11
2016-08-31cmake: add option to link with OpenMPIvan Shapovalov1-0/+3
2016-08-31net.cpp: do not include test/test_caffe_main.hppIvan Shapovalov1-2/+0
2016-08-31cmake: refactor deps detection, specify all dependencies in the exported caff...Ivan Shapovalov2-3/+13
2016-08-11Merge pull request #4379 from alicanb/masterJeff Donahue1-1/+1
2016-08-06num in blob is deprecatedFisher Yu1-2/+2
2016-07-11Merge pull request #4359 from ibmsoe/fix-EmbedLayerTestEvan Shelhamer1-1/+1
2016-07-11Fix for a random failure in this test due to floating point comparison. So, i...Nishidha Panpaliya1-1/+1
2016-06-28add default value for rms_decayAlican Bozkurt1-1/+1