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
/
caffe
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-27
Next LayerParameter proto id
cypof
1
-1
/
+1
2014-06-27
Use vectors instead of arrays.
Rob Hess
1
-6
/
+4
2014-06-27
Compute top-k accuracy in AccuracyLayer.
Rob Hess
1
-11
/
+23
2014-06-27
Incorporate top_k param into AccuracyLayer and check it's value.
Rob Hess
2
-1
/
+4
2014-06-27
Add parameter for AccuracyLayer in proto.
Rob Hess
1
-0
/
+9
2014-06-27
Test for im2col kernel
James Thewlis
1
-0
/
+125
2014-06-26
rename layer -> param mapping for clarity
Evan Shelhamer
1
-2
/
+2
2014-06-26
change weight blob field name to param
Evan Shelhamer
3
-19
/
+19
2014-06-26
weight sharing
Jeff Donahue
3
-7
/
+585
2014-06-26
force_backward works properly with non-backproppable things
Jeff Donahue
2
-3
/
+91
2014-06-26
change Backward interface: propagate_down is a vector -- use to fix
Jeff Donahue
51
-211
/
+446
2014-06-26
Merge pull request #522 from sguada/accuracy_without_loss
Evan Shelhamer
9
-6
/
+39
2014-06-26
Merge pull request #488 from longjon/wall-werror
Evan Shelhamer
16
-36
/
+37
2014-06-25
fix test data layer post-lmdb
Evan Shelhamer
1
-2
/
+2
2014-06-25
Merge pull request #478 from kloudkl/cpu_only_tests
Evan Shelhamer
3
-38
/
+109
2014-06-25
initialize and comment variables that the compiler finds suspicious
Jonathan L Long
2
-5
/
+5
2014-06-25
move CUDA 6.0 check into switch statement itself
Jonathan L Long
1
-0
/
+2
2014-06-25
remove unused variables from tests
Jonathan L Long
4
-5
/
+0
2014-06-25
remove unused variables
Jonathan L Long
2
-4
/
+0
2014-06-25
initialize in declared order in tests
Jonathan L Long
6
-16
/
+17
2014-06-25
initialize in declared order
Jonathan L Long
1
-3
/
+2
2014-06-25
check if window file is empty in WindowDataLayer
Jonathan L Long
1
-2
/
+5
2014-06-25
actually check status values from all HDF5 calls
Jonathan L Long
2
-0
/
+5
2014-06-25
Merge pull request #427 from jamt9000/fix-kernel-index
Evan Shelhamer
1
-8
/
+10
2014-06-25
fix SOFTMAX_LOSS to work with loss top blob interface
Evan Shelhamer
1
-1
/
+13
2014-06-23
Merge pull request #508 from kloudkl/ImageDataLayer-RNG-core-dump
Yangqing Jia
2
-4
/
+2
2014-06-21
explicitly name L1 hinge test
Jonathan L Long
1
-2
/
+2
2014-06-21
fix whitespace error in HingeLossLayer
Jonathan L Long
1
-1
/
+1
2014-06-20
Change hinge_norm to norm in test_hinge_loss
Sergio
1
-2
/
+2
2014-06-20
Remove C_ mentions, extra spaces and change hinge_norm to norm
Sergio
3
-10
/
+8
2014-06-20
Now AccuracyLayer only computes accuracy, one should use LossLayers to comput...
Sergio
1
-6
/
+2
2014-06-20
Unify L1 and L2 Hinge_Loss to follow convention
Sergio
2
-250
/
+22
2014-06-20
Fix the loss to follow the convention
Sergio
1
-0
/
+246
2014-06-20
Fixed switch and test l2hingeloss
Sergio
1
-2
/
+2
2014-06-20
Remove spaces and merge tests into one file
Sergio
2
-2
/
+7
2014-06-20
Removed L2HingeLoss class now a case within HingeLoss class
Sergio
1
-3
/
+3
2014-06-20
Merge HingeLoss and L2HingeLoss by adding hinge_norm to params
Sergio
2
-0
/
+34
2014-06-20
Verify the result of memtest in SyncedMemoryTest::TestGPURead
Kai Li
1
-0
/
+3
2014-06-20
Rename curand_availability_logged according to the Google style guide
Kai Li
1
-3
/
+3
2014-06-20
Revert the namespace ending comment to the same line of the bracket
Kai Li
1
-2
/
+1
2014-06-20
Suppress redundant log messages of unavailable curand
Kai Li
1
-1
/
+6
2014-06-20
Separate TestForward into Test{CPU, GPU}Forward in HDF5OutputLayerTest
Kai Li
1
-38
/
+91
2014-06-20
Extract GPU code out of SyncedMemoryTest::TestCPUWrite
Kai Li
1
-3
/
+14
2014-06-20
Initialize the RNG generator with an orthogonally newed Generator
Kai Li
1
-1
/
+1
2014-06-20
Fix the condition prefetch_needs_rand in the ImageDataLayer
Kai Li
1
-3
/
+1
2014-06-20
remove erroneous comment in ArgMaxLayer
Jonathan L Long
1
-1
/
+0
2014-06-19
Modified test_net to check loss layer with top
Sergio
1
-0
/
+3
2014-06-19
Now Loss layers would return the loss in the top blob if requested
Sergio
7
-0
/
+22
2014-06-19
Set device_id at the begining of Solver.Init() to avoid using memory in the d...
Sergio
1
-6
/
+5
2014-06-17
Merge pull request #507 from longjon/set-device-early
Sergio Guadarrama
1
-1
/
+3
[prev]
[next]