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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-05
SilenceLayer Backward bugfix (fixes #3151)
Jeff Donahue
2
-2
/
+2
2015-10-05
Merge pull request #3058 from zoharby/master
Ronghang Hu
2
-0
/
+32
2015-10-05
Add a caffe.io.write_mean function to the MATLAB interface
zoharby
2
-0
/
+32
2015-10-01
Merge pull request #3133 from kashefy/badge
Evan Shelhamer
1
-0
/
+3
2015-10-01
add badge for travis build and license
Youssef Kashef
1
-0
/
+3
2015-09-30
Merge pull request #3069 from timmeinhardt/argmax
Evan Shelhamer
4
-28
/
+205
2015-09-29
Merge pull request #3128 from hjss06/patch-1
Ronghang Hu
1
-1
/
+1
2015-09-29
Fix a typo
Yang Song
1
-1
/
+1
2015-09-26
Merge pull request #3073 from ronghanghu/consistent-malloc-free
Ronghang Hu
2
-9
/
+14
2015-09-25
Add ALLOW_LMDB_NOLOCK build option
Luke Yeager
8
-1
/
+33
2015-09-25
Re-ordering some lines in build files
Luke Yeager
4
-6
/
+6
2015-09-25
Add flag on how host memory is allocated
Ronghang Hu
2
-9
/
+14
2015-09-25
Merge pull request #3032 from ronghanghu/ban-pythonlayer-in-parallel
Evan Shelhamer
1
-0
/
+6
2015-09-25
Merge pull request #3118 from ducha-aiki/patch-1
Evan Shelhamer
1
-1
/
+6
2015-09-25
Implement ArgMaxLayerTest for axis param
Tim Meinhardt
2
-13
/
+140
2015-09-25
Generalise ArgMaxLayerTest bottom blob shape
Tim Meinhardt
1
-5
/
+7
2015-09-25
Update ArgMaxLayer documentation for axis param
Tim Meinhardt
1
-3
/
+9
2015-09-25
Implement ArgMaxLayer forward_cpu and reshape for axis param
Tim Meinhardt
1
-15
/
+38
2015-09-25
Add argmax_param axis
Tim Meinhardt
3
-5
/
+24
2015-09-25
Fix parse_log.sh against "prefetch queue empty" messages
Dmytro Mishkin
1
-1
/
+6
2015-09-24
Merge pull request #3115 from lukeyeager/fix-generate-sample-data
Jeff Donahue
1
-2
/
+2
2015-09-24
Fix generate_sample_data.py - bug from #2978
Luke Yeager
1
-2
/
+2
2015-09-24
Merge pull request #2978 from lukeyeager/h5t_integer
Jeff Donahue
3
-7
/
+36
2015-09-24
Modify HDF5DataLayerTest to test H5T_INTEGER data
Luke Yeager
2
-6
/
+8
2015-09-24
Allow H5T_INTEGER in HDF5 files
Luke Yeager
1
-1
/
+28
2015-09-23
Merge pull request #2951 from dplarson/examples_readme_link
Evan Shelhamer
1
-1
/
+1
2015-09-23
Merge pull request #3112 from shelhamer/test-reshape-harder
Evan Shelhamer
1
-6
/
+20
2015-09-23
[test] TestReshape: check that shapes actually change
Evan Shelhamer
1
-2
/
+14
2015-09-23
[test] TestReshape: expect instead of check
Evan Shelhamer
1
-2
/
+2
2015-09-23
[test] TestReshape: check small then large
Evan Shelhamer
1
-2
/
+4
2015-09-21
Merge pull request #3096 from longjon/fix-conv-reshape
Jon Long
4
-16
/
+11
2015-09-21
Merge pull request #3093 from shelhamer/check-xcode-clt-version
Evan Shelhamer
1
-2
/
+3
2015-09-20
fix broken conv/deconv reshaping caused by reading bottom shape in
Jonathan L Long
4
-16
/
+11
2015-09-20
Merge pull request #3095 from longjon/fix-deconv-backward
Jeff Donahue
1
-1
/
+1
2015-09-20
fix broken DeconvolutionLayer GPU backward caused by typo
Jonathan L Long
1
-1
/
+1
2015-09-19
[build] check xcode command line tools version >= 6
Evan Shelhamer
1
-2
/
+3
2015-09-19
mark const im2col + col2im terms
Evan Shelhamer
2
-20
/
+24
2015-09-19
harmonize the im2col_{cpu,gpu} assignment
Evan Shelhamer
1
-5
/
+3
2015-09-19
clarify im2col + col2im var names
Evan Shelhamer
3
-72
/
+73
2015-09-18
Merge pull request #3083 from yanchen036/master
Jon Long
2
-15
/
+15
2015-09-18
Merge pull request #2049 from jeffdonahue/nd-convolution
Jeff Donahue
21
-321
/
+1594
2015-09-18
Im2col and Convolution layers support N spatial axes
Jeff Donahue
19
-311
/
+1554
2015-09-18
Blob: add SyncedMemory shape accessor for GPU shape access
Jeff Donahue
2
-0
/
+13
2015-09-18
caffe.proto: generalize ConvolutionParameter to N spatial axes
Jeff Donahue
1
-10
/
+27
2015-09-18
refine format of switch case in solver
Yan Chen
2
-15
/
+15
2015-09-17
Merge pull request #3081 from shelhamer/include-io-by-default
Evan Shelhamer
2
-5
/
+10
2015-09-17
[build] include IO dependencies by default
Evan Shelhamer
2
-5
/
+10
2015-09-17
Merge pull request #3074 from ronghanghu/show-use-cpu
Ronghang Hu
1
-0
/
+1
2015-09-17
Merge pull request #2523 from BonsaiAI/separate-io-dependencies
Jeff Donahue
40
-61
/
+266
2015-09-17
Add a comment indicating that Travis CI tests are CPU only
T.E.A de Souza
1
-0
/
+1
[prev]
[next]