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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-02
1. Porting Caffe onto ARM Compute Library.
Yao Honggui
2
-0
/
+4
2017-03-07
Merge pull request #4630 from BlGene/load_hdf5_fix
Evan Shelhamer
2
-5
/
+7
2017-01-06
Switched multi-GPU to NCCL
Cyprien Noel
3
-7
/
+93
2016-12-30
Typos in test_inner_product_layer.cpp
Fyodor Tokarev
1
-5
/
+5
2016-11-27
fix many typos by using codespell
Zhou Mo
2
-2
/
+2
2016-11-25
Revert "solver: check and set type to reconcile class and proto"
Evan Shelhamer
1
-5
/
+0
2016-11-21
solver: check and set type to reconcile class and proto
Evan Shelhamer
1
-0
/
+5
2016-11-15
sigmoid cross-entropy loss: ignore selected targets by `ignore_label`
Evan Shelhamer
1
-0
/
+28
2016-10-22
Fix: made load_hd5 check blob dims by default.
max argus
2
-5
/
+7
2016-07-11
Merge pull request #4359 from ibmsoe/fix-EmbedLayerTest
Evan Shelhamer
1
-1
/
+1
2016-07-11
Fix for a random failure in this test due to floating point comparison. So, i...
Nishidha Panpaliya
1
-1
/
+1
2016-06-03
Add level and stages to Net constructor
Luke Yeager
1
-0
/
+128
2016-06-01
Add LSTMLayer and LSTMUnitLayer, with tests
Jeff Donahue
1
-0
/
+288
2016-06-01
Add RNNLayer, with tests
Jeff Donahue
1
-0
/
+217
2016-05-25
Remove misleading comment from a test file
Luke Yeager
1
-3
/
+0
2016-05-18
Merge pull request #4059 from crazytan/master
Jon Long
1
-3
/
+41
2016-05-17
handle image names with spaces
crazytan
1
-3
/
+41
2016-05-05
Allow reshaping blobs to size 0.
Eric Tzeng
1
-0
/
+8
2016-04-14
[test] CropLayer: test dimensions check to reveal bounds checking bug
Evan Shelhamer
1
-0
/
+18
2016-04-08
Solving issue with exp layer with base e
emmanuel maggiori
1
-0
/
+20
2016-04-04
test_net.cpp: add TestForcePropagateDown
Jeff Donahue
1
-0
/
+102
2016-03-05
Merge pull request #3588 from junshi15/P2psyncPrepare
Jon Long
1
-1
/
+1
2016-03-05
split p2psync::run()
Jun Shi
1
-1
/
+1
2016-03-05
Crop: more tests and test tuning.
Evan Shelhamer
1
-73
/
+110
2016-03-05
Crop: fixes, tests and negative axis indexing.
max argus
1
-0
/
+228
2016-02-25
drop Net inputs + Forward with bottoms
Evan Shelhamer
3
-108
/
+37
2016-02-25
Merge pull request #3612 from kashefy/tied_weights_ip_transpose
Jeff Donahue
1
-0
/
+240
2016-02-20
tranpose parameter added to IP layer to support tied weights in an autoencode...
Youssef Kashef
1
-0
/
+240
2016-02-15
Remove useless LevelDB include
Felix Abecassis
1
-1
/
+0
2016-02-02
Nicely prints GPU names
Sergei Nikolaev
1
-0
/
+1
2016-01-26
Merge pull request #3591 from jeffdonahue/scale-bias-layer
Evan Shelhamer
2
-0
/
+974
2016-01-26
Remove unnecessary CAFFE_TEST_CUDA_PROP declarations
Jeff Donahue
2
-6
/
+0
2016-01-26
Merge pull request #3496 from jeffdonahue/fix-testdatatransformer-leaks
Jeff Donahue
1
-74
/
+62
2016-01-22
Separation and generalization of ChannelwiseAffineLayer into BiasLayer
Jeff Donahue
3
-105
/
+974
2016-01-22
Add ChannelwiseAffine for batch norm
Dmytro Mishkin
1
-0
/
+105
2016-01-22
Merge pull request #3388 from mohomran/exponential_linear_units
Evan Shelhamer
1
-0
/
+59
2015-12-29
TestDataTransformer: fix some memory leaks caused by use of 'new'
Jeff Donahue
1
-74
/
+62
2015-12-28
add and improve tests for dilated convolution/im2col
Fisher Yu
2
-6
/
+163
2015-12-28
add support for N-D dilated convolution
Fisher Yu
2
-6
/
+11
2015-12-28
add support for 2D dilated convolution
Fisher Yu
3
-9
/
+25
2015-12-04
ELU layer with basic tests
Mohamed Omran
1
-0
/
+59
2015-12-02
Remove hamming_distance and popcount
Tea
1
-41
/
+0
2015-12-01
dismantle layer headers
Evan Shelhamer
43
-44
/
+86
2015-11-20
Convert std::max args to Dtype
Tea
1
-1
/
+1
2015-11-10
Replace unistd functions with cross platform counterparts
Tea
1
-3
/
+3
2015-10-22
Merge pull request #3229 from cdoersch/batchnorm2
Jeff Donahue
1
-0
/
+133
2015-10-22
Cleanup batch norm layer, include global stats computation
Carl Doersch
1
-1
/
+44
2015-10-20
Added batch normalization layer with test and examples
Dmytro Mishkin
1
-0
/
+90
2015-10-21
Clean redundant/unnecessary headers
Kang Kim
47
-84
/
+28
2015-10-19
[test] drop bogus OpenCV guard for layer type
Evan Shelhamer
1
-2
/
+0
[next]