summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-24Update release_notes.mdxuhaibing1-16/+12
2017-09-24Update release_notes.mdxuhaibing1-14/+15
2017-09-24Update release_notes.mdxuhaibing1-1/+5
2017-09-24Update release_notes.mdxuhaibing1-1/+1
2017-09-24Update release_notes.mdxuhaibing1-3/+3
2017-09-24Update release_notes.mdxuhaibing1-1/+2
2017-09-24Update release_notes.mdxuhaibing1-2/+2
2017-09-24Update release_notes.mdxuhaibing1-3/+2
2017-09-24Update release_notes.mdxuhaibing1-3/+4
2017-09-24Update release_notes.mdxuhaibing1-5/+5
2017-09-24Update release_notes.mdxuhaibing1-0/+5
2017-09-24Update release_notes.mdxuhaibing1-58/+58
2017-09-24table fixxuhaibing1-0/+0
2017-09-24change reversion informationxuhaibing2-0/+0
2017-09-21revise an error in documentshonggui2-78/+11
2017-09-21Refined documentshonggui10-390/+147
2017-08-26add support acl batch normal,direct conv, local connect, concat layershonggui78-154/+1217
2017-07-11Update userguide linkxhbdahai1-1/+1
2017-07-11update perfomermance summary picxhbdahai1-8/+9
2017-07-06Merge branch 'master' of https://github.com/OAID/caffeOnACLxuhaibing1-1/+1
2017-07-06Remove unused pic directoryxuhaibing1-0/+0
2017-07-06User Guidexuhaibing1-0/+129
2017-07-06Fix openailab logo linkxhbdahai1-1/+1
2017-07-061. Refine MakefileYe Joey8-49/+936
2. Rewrite the release notes with markdown format 3. Add the missed files in SqueezeNet
2017-07-02Issue: When OpenCL initialization fails, even if Caffe uses CPU-mode, it ↵Yao Honggui1-1/+11
doesn't work properly. Solution: when OpenCL initialization fails, if Caffe uses CPU-mode, it can work properly in neon mode
2017-07-02Revise the document to match ACL new version 17.06Yao Honggui2-0/+0
2017-07-01To match the new ARM Compute Library version 17.06Yao Honggui2-1/+2
2017-06-021. Porting Caffe onto ARM Compute Library.Yao Honggui72-10/+8287
2. The release version is 0.2.0
2017-06-02Merge branch 'master' of https://github.com/OAID/caffeOnACLYao Honggui0-0/+0
# Conflicts: # LICENSE
2017-06-02Initial commithonggui1-0/+25
2017-03-22Merge pull request #5434 from williford/batchnorm_doc2Evan Shelhamer1-4/+14
Clarify batch norm parameter documentation.
2017-03-22Clarify batch norm parameter documentation.Jonathan R. Williford1-4/+14
2017-03-21Merge pull request #5372 from BlGene/hdf5-load-fixEric Tzeng1-2/+1
sane h5df file type check for weights
2017-03-21sane h5df file type check for weightsmax argus1-2/+1
2017-03-13Merge pull request #5393 from jfolz/masterCyprien Noel1-1/+1
Multi GPU training from Python can use any solver
2017-03-13Solver_add_nccl accepts any kind of Solverfolz1-1/+1
2017-03-07Merge pull request #4630 from BlGene/load_hdf5_fixEvan Shelhamer5-14/+39
Made load_hd5 check blob dims by default, instead of reshaping.
2017-02-27fix broken link to hinge lossEvan Shelhamer1-1/+1
2017-02-20Merge pull request #5296 from shelhamer/rc5Evan Shelhamer2-3/+3
version bump: rc5
2017-02-16version bump: rc5Evan Shelhamer2-3/+3
2017-02-16Merge pull request #4609 from intelfx/BVLC-work-buildsystemEvan Shelhamer11-150/+109
[cmake] Improvements to the build system
2017-02-16Merge pull request #4737 from rokm/matcaffe-individual-destructEvan Shelhamer3-0/+30
[matcaffe] allow destruction of individual networks and solvers
2017-02-16Merge pull request #4721 from kashefy/fix_matlab_demo_typosEvan Shelhamer1-3/+4
fix comments in matlab classification demo
2017-02-16Merge pull request #5010 from ngaloppo/fix_drawnetEvan Shelhamer1-3/+3
[fix] pycaffe net draw needs default pooling values
2017-02-16Merge pull request #5074 from garion9013/masterEvan Shelhamer1-12/+5
Fix plot_training_log.py.example
2017-02-16Merge pull request #3893 from rscohn2/patch-1Evan Shelhamer1-1/+1
[docs] info about MKL licensing
2017-02-16Merge pull request #4347 from nitnelave/python/layer_dictEvan Shelhamer2-0/+18
[pycaffe] add layer_dict to the python interface
2017-02-16Merge pull request #5236 from solrex/veclib-fixEvan Shelhamer1-1/+1
[osx] find vecLib without sdk version
2017-02-16Merge pull request #5210 from ftokarev/patchesEvan Shelhamer1-2/+1
Obsolete reference to `bool solver` in caffe.proto
2017-02-09Merge pull request #5272 from crowsonkb/masterEvan Shelhamer1-2/+6
Add Pascal CUDA architectures to Makefile.config.example