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
2016-06-03
Add level and stages to Net constructor
Luke Yeager
2
-1
/
+138
2016-06-01
Add LSTMLayer and LSTMUnitLayer, with tests
Jeff Donahue
4
-0
/
+817
2016-06-01
Add RNNLayer, with tests
Jeff Donahue
2
-0
/
+453
2016-06-01
Add RecurrentLayer: an abstract superclass for other recurrent layer types
Jeff Donahue
3
-1
/
+360
2016-05-30
Merge pull request #4236 from CDLuminate/fix-spelling-error
Evan Shelhamer
1
-1
/
+1
2016-05-30
fix spelling error in memory_data_layer.cpp
Lumin Zhou
1
-1
/
+1
2016-05-27
Check for non-empty ImageData filelist.
Siddarth Malreddy
1
-0
/
+2
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
2
-6
/
+47
2016-05-17
handle image names with spaces
crazytan
2
-6
/
+47
2016-05-17
Merge pull request #4148 from bobpoekert/window_data_nonzero_check
Jon Long
1
-0
/
+3
2016-05-16
Add cuDNN v5 support, drop cuDNN v3 support
Felix Abecassis
7
-16
/
+69
2016-05-14
add check for background and foreground window size > 0 in WindowData layer
Bob Poekert
1
-0
/
+3
2016-05-11
a comment misses a space char
gdh1995
1
-1
/
+1
2016-05-09
Catch MDB_MAP_FULL errors from mdb_txn_commit
Luke Yeager
1
-15
/
+21
2016-05-08
Merge pull request #2079 from longjon/parameter-layer
Jon Long
2
-1
/
+14
2016-05-05
Allow reshaping blobs to size 0.
Eric Tzeng
2
-1
/
+11
2016-05-04
add parameter layer for learning any bottom
Jonathan L Long
2
-1
/
+14
2016-04-27
Fix an error in the example of ReshapeParameter.
Kun Wang
1
-1
/
+1
2016-04-20
Don't set map_size=1TB in util/db_lmdb
Luke Yeager
1
-13
/
+52
2016-04-14
CropLayer: groom comments
Evan Shelhamer
2
-23
/
+8
2016-04-14
[fix] CropLayer: check dimension bounds only for cropped dimensions
Evan Shelhamer
1
-5
/
+4
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
2
-1
/
+22
2016-04-05
Net: setting `propagate_down: true` forces backprop
Jeff Donahue
2
-6
/
+10
2016-04-04
test_net.cpp: add TestForcePropagateDown
Jeff Donahue
1
-0
/
+102
2016-03-05
Merge pull request #3590 from junshi15/GPUUtilities
Jon Long
1
-0
/
+42
2016-03-05
Merge pull request #3588 from junshi15/P2psyncPrepare
Jon Long
2
-8
/
+14
2016-03-05
split p2psync::run()
Jun Shi
2
-8
/
+14
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
4
-26
/
+261
2016-03-05
Extend Crop to N-D, changed CropParameter.
max argus
3
-50
/
+190
2016-03-05
add CropLayer: crop blob to another blob's dimensions with offsets
Jonathan L Long
3
-1
/
+147
2016-03-04
add check and find GPU device utilities
Jun Shi
1
-0
/
+42
2016-02-29
refuse to upgrade net with layer/layers inconsistency
Evan Shelhamer
1
-4
/
+6
2016-02-29
fix input field -> input layer net upgrade: only convert full defs
Evan Shelhamer
1
-20
/
+26
2016-02-29
check all net upgrade conditions
Evan Shelhamer
1
-1
/
+2
2016-02-28
Merge pull request #3725 from shaibagon/drop_nd_blobs
Jeff Donahue
1
-2
/
+2
2016-02-28
supporting N-D Blobs in Dropout layer Reshape
shai
1
-2
/
+2
2016-02-26
Deprecate ForwardPrefilled(), Forward(bottom, loss) in lieu of dropping
Evan Shelhamer
1
-0
/
+12
2016-02-25
collect Net inputs from Input layers
Evan Shelhamer
1
-0
/
+6
2016-02-25
drop Net inputs + Forward with bottoms
Evan Shelhamer
6
-227
/
+51
2016-02-25
deprecate input fields and upgrade automagically
Evan Shelhamer
2
-3
/
+48
2016-02-25
add InputLayer for Net input
Evan Shelhamer
2
-2
/
+38
2016-02-25
Merge pull request #3612 from kashefy/tied_weights_ip_transpose
Jeff Donahue
4
-15
/
+303
2016-02-20
tranpose parameter added to IP layer to support tied weights in an autoencode...
Youssef Kashef
4
-15
/
+303
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
Remove incorrect cast of gemm int arg to Dtype in BiasLayer
Jeff Donahue
1
-1
/
+1
2016-01-26
Merge pull request #3591 from jeffdonahue/scale-bias-layer
Evan Shelhamer
7
-1
/
+1580
[prev]
[next]