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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-26
Merge pull request #3073 from ronghanghu/consistent-malloc-free
Ronghang Hu
1
-5
/
+10
2015-09-25
Add flag on how host memory is allocated
Ronghang Hu
1
-5
/
+10
2015-09-25
Merge pull request #3032 from ronghanghu/ban-pythonlayer-in-parallel
Evan Shelhamer
1
-0
/
+6
2015-09-25
Update ArgMaxLayer documentation for axis param
Tim Meinhardt
1
-3
/
+9
2015-09-25
Add argmax_param axis
Tim Meinhardt
1
-0
/
+2
2015-09-20
fix broken conv/deconv reshaping caused by reading bottom shape in
Jonathan L Long
1
-2
/
+5
2015-09-19
clarify im2col + col2im var names
Evan Shelhamer
1
-2
/
+2
2015-09-18
Merge pull request #3083 from yanchen036/master
Jon Long
1
-7
/
+7
2015-09-18
Im2col and Convolution layers support N spatial axes
Jeff Donahue
2
-21
/
+111
2015-09-18
Blob: add SyncedMemory shape accessor for GPU shape access
Jeff Donahue
1
-0
/
+2
2015-09-18
refine format of switch case in solver
Yan Chen
1
-7
/
+7
2015-09-17
Expose `Snapshot` to pycaffe
Gustav Larsson
1
-5
/
+5
2015-09-17
Separate IO dependencies
Tea
5
-2
/
+12
2015-09-14
Check that the snapshot directory is writeable before starting training
Sean Bell
1
-0
/
+2
2015-09-04
disallow PythonLayer in Multi-GPU training
Ronghang Hu
1
-0
/
+6
2015-09-03
Net: expose param_display_names_
Jeff Donahue
1
-0
/
+3
2015-09-03
ConcatLayer: allow trivial operation with single bottom Blob
Jeff Donahue
1
-1
/
+1
2015-09-03
SliceLayer: allow trivial operation with single top Blob
Jeff Donahue
1
-1
/
+1
2015-09-02
Fix up documentation errors.
Darren Garvey
2
-2
/
+1
2015-08-26
Merge pull request #2970 from ronghanghu/spp-fix
Ronghang Hu
1
-7
/
+3
2015-08-26
Fix previous mistake on unimplemented top and address pyramid_height_==1 in S...
Ronghang Hu
1
-7
/
+3
2015-08-25
Add TileLayer
Jeff Donahue
1
-0
/
+29
2015-08-25
Merge pull request #2032 from jeffdonahue/embed-layer
Evan Shelhamer
3
-3
/
+81
2015-08-22
Merge pull request #2935 from rmanor/accuracies
Ronghang Hu
1
-1
/
+7
2015-08-22
Merge pull request #2253 from jyegerlehner/snapshot_on_signal
Ronghang Hu
2
-1
/
+60
2015-08-23
Output accuracies per class.
Ran
1
-1
/
+7
2015-08-22
Add signal handler and early exit/snapshot to Solver.
J Yegerlehner
2
-1
/
+60
2015-08-20
Expose LayerFactory::LayerTypeList in pycaffe
Luke Yeager
1
-10
/
+21
2015-08-14
Cite Adam paper in solver.hpp
Ronghang Hu
1
-0
/
+8
2015-08-14
Adam solver
PatWie
1
-0
/
+17
2015-08-13
Merge pull request #2903 from ronghanghu/multi_gpu
Ronghang Hu
13
-51
/
+442
2015-08-12
Apply mutex only to shared layers and fix NVCC warning
Ronghang Hu
1
-5
/
+38
2015-08-12
Data Layers Parallel for Multi-GPU
Ronghang Hu
5
-8
/
+44
2015-08-10
Clean up and modernize AdaDelta code; add learning rate support; add addition...
Matthias Plappert
1
-11
/
+5
2015-08-10
Updated AdaDelta for modern Caffe; reduced iterations on multi-iter tests
Kevin Bache
1
-3
/
+3
2015-08-10
Implement AdaDelta; add test cases; add mnist examples
Mohamed Omran
1
-0
/
+23
2015-08-09
Multi-GPU
Cyprien Noel
7
-4
/
+174
2015-08-09
Allocate host memory through cudaMallocHost
Cyprien Noel
1
-14
/
+17
2015-08-09
Add DataReader for parallel training with one DB session
Cyprien Noel
2
-5
/
+85
2015-08-09
Persistent prefetch thread
Cyprien Noel
2
-11
/
+24
2015-08-09
Change the way threads are started and stopped
Cyprien Noel
1
-3
/
+5
2015-08-09
Thread-local Caffe
Cyprien Noel
2
-9
/
+16
2015-08-09
Add BlockingQueue for inter-thread communication
Cyprien Noel
1
-0
/
+47
2015-08-08
Implement RMSProp Solver
Eren Golge
1
-0
/
+25
2015-08-07
Add EmbedLayer for inner products with sparse input (one-hot vectors),
Jeff Donahue
1
-0
/
+38
2015-08-07
test_gradient_check_util: check_bottom < -1 only checks params
Jeff Donahue
1
-3
/
+8
2015-08-07
Add gpu_util.cuh, with caffe_gpu_atomic_add
Jeff Donahue
1
-0
/
+35
2015-08-07
Net: add learnable_params_ used by solvers to correctly handle shared params
Jeff Donahue
1
-6
/
+35
2015-08-07
Snapshot model weights/solver state to HDF5 files.
Eric Tzeng
5
-26
/
+58
2015-08-07
Merge pull request #2880 from koki0702/typo
Evan Shelhamer
1
-2
/
+2
[prev]
[next]