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
2015-08-14
Malloc at least one byte in Parallel
Ronghang Hu
1
-1
/
+3
2015-08-14
Merge pull request #2918 from ronghanghu/adam
Ronghang Hu
3
-28
/
+253
2015-08-14
Adam solver
PatWie
3
-28
/
+253
2015-08-14
Destroy CUDA stream when finished
LI Yi
1
-2
/
+7
2015-08-13
Merge pull request #2572 from flx42/optimize_inner_product_special_case
Jeff Donahue
2
-8
/
+54
2015-08-13
Merge pull request #2903 from ronghanghu/multi_gpu
Ronghang Hu
20
-230
/
+1240
2015-08-12
Apply mutex only to shared layers and fix NVCC warning
Ronghang Hu
2
-3
/
+31
2015-08-12
Data Layers Parallel for Multi-GPU
Ronghang Hu
4
-12
/
+50
2015-08-11
fix for learnable_param_ids_
Jeff Donahue
1
-0
/
+1
2015-08-10
Fix truncation of value warning
mfigurnov
1
-1
/
+2
2015-08-10
Clean up and modernize AdaDelta code; add learning rate support; add addition...
Matthias Plappert
2
-234
/
+251
2015-08-10
Updated AdaDelta for modern Caffe; reduced iterations on multi-iter tests
Kevin Bache
2
-25
/
+11
2015-08-10
Implement AdaDelta; add test cases; add mnist examples
Mohamed Omran
3
-2
/
+298
2015-08-09
Detect topology corner cases and improve broadcast order
mhouston
1
-32
/
+41
2015-08-09
Multi-GPU
Cyprien Noel
10
-106
/
+695
2015-08-09
Add DataReader for parallel training with one DB session
Cyprien Noel
7
-37
/
+174
2015-08-09
Persistent prefetch thread
Cyprien Noel
8
-69
/
+129
2015-08-09
Change the way threads are started and stopped
Cyprien Noel
3
-26
/
+27
2015-08-09
Thread-local Caffe
Cyprien Noel
3
-4
/
+66
2015-08-09
Add BlockingQueue for inter-thread communication
Cyprien Noel
1
-0
/
+86
2015-08-09
Merge pull request #2887 from shelhamer/solver-test-data
Evan Shelhamer
4
-24
/
+45
2015-08-09
Use net_->learnable_params() instead of net_->params() in RMSprop
Ronghang Hu
1
-1
/
+1
2015-08-09
Encapsulate kRMSDecay in solver tests
Ronghang Hu
1
-98
/
+58
2015-08-08
Implement RMSProp Solver
Eren Golge
3
-48
/
+298
2015-08-08
TestGradientBasedSolver: replace dummy data with hdf5
Evan Shelhamer
4
-23
/
+45
2015-08-08
TestGradientBasedSolver: drop doubled seed inititialization
Evan Shelhamer
1
-1
/
+0
2015-08-07
EmbedBackward with no loops -- use caffe_gpu_atomic_add instead
Jeff Donahue
1
-10
/
+15
2015-08-07
Add EmbedLayer for inner products with sparse input (one-hot vectors),
Jeff Donahue
4
-1
/
+402
2015-08-07
temporarily switch the snapshot_format default back to BINARYPROTO
Jeff Donahue
2
-2
/
+2
2015-08-07
Net: add learnable_params_ used by solvers to correctly handle shared params
Jeff Donahue
4
-98
/
+241
2015-08-07
TestGradientBasedSolver: make tests across solver types more consistent
Jeff Donahue
1
-32
/
+59
2015-08-07
TestGradientBasedSolver: restore Gaussian filler to all tests except
Jeff Donahue
1
-2
/
+7
2015-08-07
TestSnapshot expects .h5 snapshots, explicitly checks history.
Eric Tzeng
1
-1
/
+24
2015-08-07
Snapshot model weights/solver state to HDF5 files.
Eric Tzeng
9
-109
/
+424
2015-08-07
TestGradientBasedSolver: add TestSnapshot to verify behavior when
Jeff Donahue
1
-5
/
+107
2015-08-07
add double_data, double_diff to BlobProto for weights/snapshots saved
Jeff Donahue
2
-7
/
+44
2015-08-06
PythonLayer takes parameters by string
Takuya Narihira
1
-0
/
+5
2015-08-04
ImageData layer default batch size of 1, and check for zero batch size
philkr
2
-3
/
+6
2015-08-03
Change log levels in upgrade_proto
Luke Yeager
1
-10
/
+10
2015-07-20
Merge pull request #2740 from philkr/travis_python3
Evan Shelhamer
1
-0
/
+5
2015-07-20
Travis scripts for python3 and pytest for cmake. Also fixes CUDA CMake build ...
philkr
1
-0
/
+5
2015-07-10
Removes a unused variable warning
philkr
1
-1
/
+0
2015-07-02
Optimize inner product layer for special case M == 1
Felix Abecassis
2
-8
/
+54
2015-06-23
Merge pull request #2611 from dpaiton/test_net_bugfix
Evan Shelhamer
1
-4
/
+7
2015-06-22
fixed _force_color check, fixes #2635
berleon
1
-2
/
+2
2015-06-16
fixed two bugs with prototext format
Dylan Paiton
1
-4
/
+7
2015-06-05
Split db.hpp into leveldb_db.hpp and lmdb_db.hpp
Sergio Guadarrama
3
-55
/
+74
2015-06-04
LogLayer gpu functionality moved to .cu file
Malte Stær Nissen
2
-47
/
+57
2015-06-03
[bug] fix double instantiation of GPU methods in LogLayer
Evan Shelhamer
1
-2
/
+0
2015-06-02
Add ReductionLayer to reduce any number of "tail" axes to a scalar value
Jeff Donahue
4
-1
/
+554
[prev]
[next]