index
:
platform/upstream/caffeonacl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_unified
armcl-v18.11
master
sandbox/daeinki/armcl-v18.08
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-11
revised an compatibility issue with the new ACL 17.09 version. Documents will...
honggui
3
-4
/
+5
2017-10-10
ACL concat function is not stable enough yet. Bypass it till the issue was fi...
honggui
1
-1
/
+2
2017-08-26
add support acl batch normal,direct conv, local connect, concat layers
honggui
16
-71
/
+807
2017-07-02
Issue: When OpenCL initialization fails, even if Caffe uses CPU-mode, it does...
Yao Honggui
1
-1
/
+11
2017-07-01
To match the new ARM Compute Library version 17.06
Yao Honggui
1
-1
/
+2
2017-06-02
1. Porting Caffe onto ARM Compute Library.
Yao Honggui
29
-3
/
+1664
2017-03-22
Clarify batch norm parameter documentation.
Jonathan R. Williford
1
-4
/
+14
2017-03-21
sane h5df file type check for weights
max argus
1
-2
/
+1
2017-03-07
Merge pull request #4630 from BlGene/load_hdf5_fix
Evan Shelhamer
4
-12
/
+37
2017-02-16
Merge pull request #4609 from intelfx/BVLC-work-buildsystem
Evan Shelhamer
3
-5
/
+16
2017-02-16
Merge pull request #5210 from ftokarev/patches
Evan Shelhamer
1
-2
/
+1
2017-01-23
Restore can be invoked on rank > 0
Cyprien Noel
1
-1
/
+0
2017-01-21
Update a comment in caffe.proto
Fyodor Tokarev
1
-2
/
+1
2017-01-19
Merge pull request #5184 from shaibagon/fix_batch_norm_param_upgrade
Evan Shelhamer
1
-1
/
+7
2017-01-19
Merge pull request #3365 from BonsaiAI/wrap-declarations-in-switch
Evan Shelhamer
1
-2
/
+2
2017-01-18
remove redundant operations in Crop layer (#5138)
xmyqsh
2
-35
/
+27
2017-01-18
Fix various documentation typos (#4172)
Adam Browne
1
-1
/
+1
2017-01-15
fixing upgrade_proto for BatchNorm layer: be more conservative leave "name" i...
shai
1
-1
/
+7
2017-01-06
Using default from proto for prefetch
Cyprien Noel
1
-2
/
+1
2017-01-06
Switched multi-GPU to NCCL
Cyprien Noel
26
-635
/
+589
2016-12-30
Typos in test_inner_product_layer.cpp
Fyodor Tokarev
1
-5
/
+5
2016-11-28
Add the missing period
Zhou Mo
1
-3
/
+3
2016-11-28
Make lint happy (> 80 characters)
Zhou Mo
1
-4
/
+4
2016-11-27
fix many typos by using codespell
Zhou Mo
8
-11
/
+11
2016-11-25
Revert "solver: check and set type to reconcile class and proto"
Evan Shelhamer
2
-17
/
+0
2016-11-22
Merge pull request #5009 from shelhamer/solver-type-check
Evan Shelhamer
2
-0
/
+17
2016-11-22
Merge pull request #4998 from chenzeyuczy/master
Jeff Donahue
1
-2
/
+2
2016-11-21
solver: check and set type to reconcile class and proto
Evan Shelhamer
2
-0
/
+17
2016-11-18
Merge pull request #4703 from cypof/avoid_missing_returns
Evan Shelhamer
1
-0
/
+7
2016-11-18
Add missing spaces besides equal signs in batch_norm_layer.cpp
chenzy
1
-2
/
+2
2016-11-16
sigmoid cross-entropy loss: normalize loss by different schemes
Evan Shelhamer
3
-30
/
+91
2016-11-15
sigmoid cross-entropy loss: ignore selected targets by `ignore_label`
Evan Shelhamer
3
-0
/
+70
2016-11-01
add the missing star in comment
nihui
1
-1
/
+1
2016-10-27
sigmoid cross-entropy loss: add GPU forward for full GPU mode
Evan Shelhamer
2
-3
/
+35
2016-10-22
Fix: made load_hd5 check blob dims by default.
max argus
4
-12
/
+37
2016-09-29
slightly relax batch norm check
Benedikt Wilbertz
1
-4
/
+8
2016-09-20
Merge pull request #4600 from bwilbertz/fix_scale_layer
Jeff Donahue
1
-3
/
+11
2016-09-12
batch norm: auto-upgrade old layer definitions w/ param messages
Evan Shelhamer
1
-1
/
+33
2016-09-12
batch norm: hide statistics from solver, simplifying layer definition
Evan Shelhamer
1
-0
/
+8
2016-09-09
Avoids missing return values during build.
Cyprien Noel
1
-0
/
+7
2016-09-09
Benchmarking should not impact perf until timer is read
Cyprien Noel
1
-1
/
+2
2016-09-01
fix layerSetUp of scale_layer to not add bias blob when already present
Benedikt Wilbertz
1
-3
/
+11
2016-08-31
cmake: add option to link with OpenMP
Ivan Shapovalov
1
-0
/
+3
2016-08-31
net.cpp: do not include test/test_caffe_main.hpp
Ivan Shapovalov
1
-2
/
+0
2016-08-31
cmake: refactor deps detection, specify all dependencies in the exported caff...
Ivan Shapovalov
2
-3
/
+13
2016-08-11
Merge pull request #4379 from alicanb/master
Jeff Donahue
1
-1
/
+1
2016-08-06
num in blob is deprecated
Fisher Yu
1
-2
/
+2
2016-07-11
Merge pull request #4359 from ibmsoe/fix-EmbedLayerTest
Evan Shelhamer
1
-1
/
+1
2016-07-11
Fix for a random failure in this test due to floating point comparison. So, i...
Nishidha Panpaliya
1
-1
/
+1
2016-06-28
add default value for rms_decay
Alican Bozkurt
1
-1
/
+1
[next]