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
2014-07-25
include benchmark.hpp
Yangqing Jia
1
-3
/
+3
2014-07-24
Merge pull request #776 from Yangqing/sweep
Yangqing Jia
1
-0
/
+4
2014-07-23
add gflags dependency to caffe.
Yangqing Jia
1
-0
/
+4
2014-07-22
SliceLayer: post-rebase fixes, cleanup, etc. (some from changes
Jeff Donahue
1
-3
/
+3
2014-07-22
Add split dim layer
bhack
1
-0
/
+38
2014-07-21
Merge pull request #752 from Yangqing/sweep
Jeff Donahue
7
-19
/
+13
2014-07-20
Merge pull request #742 from longjon/direct-blob-buffers
Jeff Donahue
3
-10
/
+10
2014-07-20
Merge pull request #615 from kloudkl/top-k-argmax
Jonathan L Long
1
-0
/
+1
2014-07-19
use Blob directly instead of shared_ptr for WindowDataLayer buffers
Jonathan L Long
1
-2
/
+2
2014-07-19
use Blob directly instead of shared_ptr for ImageDataLayer buffers
Jonathan L Long
1
-2
/
+2
2014-07-19
use Blob directly instead of shared_ptr for DataLayer buffers
Jonathan L Long
1
-2
/
+2
2014-07-19
use Blob directly instead of shared_ptr for DropoutLayer::rand_vec_
Jonathan L Long
1
-1
/
+1
2014-07-19
use Blob directly instead of shared_ptr for PoolingLayer::max_idx_
Jonathan L Long
1
-1
/
+1
2014-07-19
use Blob directly instead of shared_ptr for InnerProductLayer::bias_multiplier_
Jonathan L Long
1
-1
/
+1
2014-07-19
use Blob directly instead of shared_ptr for ConvolutionLayer::bias_multiplier_
Jonathan L Long
1
-1
/
+1
2014-07-20
Move compararing function from common_layers to argmax_layer
Kai Li
1
-6
/
+0
2014-07-20
Simplify the top-k argmax layer using std::sort
Kai Li
1
-0
/
+6
2014-07-20
Extend the ArgMaxLayer to output top k results
Kai Li
1
-0
/
+1
2014-07-18
comment in net.hpp to explain subtleties of From/To on DAGs
Jonathan L Long
1
-0
/
+7
2014-07-18
add Net::Forward/Backward From/To
Jonathan L Long
1
-0
/
+6
2014-07-18
reapply namespace change
Yangqing Jia
7
-19
/
+13
2014-07-18
lint
Yangqing Jia
1
-0
/
+4
2014-07-17
Merge pull request #716 from Yangqing/dev
Jeff Donahue
6
-13
/
+11
2014-07-17
collect CUDA includes and calls, separate from CPU-only mode, leave out
Evan Shelhamer
6
-118
/
+138
2014-07-17
add guards to drop GPU code in CPU-only mode
Evan Shelhamer
1
-0
/
+8
2014-07-17
stub out GPU layer methods to crash loudly in CPU-only mode
Evan Shelhamer
2
-0
/
+38
2014-07-16
neuron_layers.hpp should not need to include leveldb
Yangqing Jia
1
-1
/
+0
2014-07-16
move using statements inside namespace caffe to avoid polluting the whole nam...
Yangqing Jia
5
-12
/
+11
2014-07-15
Use Blobs instead of SyncedMemorys for the bias_multiplier_'s.
Jeff Donahue
1
-2
/
+2
2014-07-15
Add param_propagate_down_ vector to layer, populate according to
Jeff Donahue
1
-0
/
+17
2014-07-14
Move test headers to include/.
Jeff Donahue
2
-0
/
+313
2014-07-10
Replace cudaMemcpy with caffe_gpu_memcpy in SyncedMemory per @longjon
Kai Li
1
-1
/
+1
2014-07-07
Merge pull request #614 from ronghanghu/rectangular_pooling
Jeff Donahue
1
-3
/
+3
2014-07-05
add tests for rectangular pooling regions
Ronghang Hu
1
-1
/
+1
2014-07-03
Update vision_layers.hpp
Ronghang Hu
1
-3
/
+3
2014-07-03
Merge pull request #555 from shelhamer/uva-memory
Evan Shelhamer
3
-3
/
+4
2014-07-03
Merge pull request #602 from kloudkl/layers-in-order
Jeff Donahue
4
-334
/
+356
2014-07-03
reduce caffe_copy to instantiations, split off caffe_memcpy for void*
Evan Shelhamer
1
-1
/
+1
2014-07-03
replace all memcpy by caffe_copy
Evan Shelhamer
2
-0
/
+2
2014-07-03
do all caffe_copy() as UVA mem copy, and drop caffe_gpu_copy()
Evan Shelhamer
1
-3
/
+2
2014-07-03
add EqualNumBottomTopBlobs() property for layers; use in
Jeff Donahue
2
-2
/
+12
2014-07-03
Organize the loss layers in alphabetical order
Kai Li
1
-103
/
+103
2014-07-03
Arrange the data layers to be in alphabetical order
Kai Li
1
-69
/
+68
2014-07-03
Separate layers relatively independent of images out of vision_layers
Kai Li
2
-162
/
+185
2014-06-27
Incorporate top_k param into AccuracyLayer and check it's value.
Rob Hess
1
-0
/
+2
2014-06-26
rename layer -> param mapping for clarity
Evan Shelhamer
1
-1
/
+1
2014-06-26
weight sharing
Jeff Donahue
1
-1
/
+9
2014-06-26
force_backward works properly with non-backproppable things
Jeff Donahue
2
-0
/
+23
2014-06-26
change Backward interface: propagate_down is a vector -- use to fix
Jeff Donahue
6
-69
/
+72
2014-06-26
Merge pull request #522 from sguada/accuracy_without_loss
Evan Shelhamer
2
-42
/
+48
[next]