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
2017-01-17
Merge pull request #4563 from cypof/nccl
Evan Shelhamer
15
-233
/
+166
2017-01-06
Using default from proto for prefetch
Cyprien Noel
1
-3
/
+0
2017-01-06
Python layers should build on multiprocess & solver_cnt; enable with bindings
Marian Gläser
1
-1
/
+1
2017-01-06
Switched multi-GPU to NCCL
Cyprien Noel
15
-231
/
+167
2016-12-21
Use mkl_malloc when use mkl
Tomasz Socha
1
-0
/
+12
2016-11-25
Revert "solver: check and set type to reconcile class and proto"
Evan Shelhamer
1
-2
/
+0
2016-11-21
solver: check and set type to reconcile class and proto
Evan Shelhamer
1
-0
/
+2
2016-11-16
sigmoid cross-entropy loss: normalize loss by different schemes
Evan Shelhamer
1
-0
/
+11
2016-11-15
sigmoid cross-entropy loss: ignore selected targets by `ignore_label`
Evan Shelhamer
1
-0
/
+5
2016-11-01
corrected typo in accuracy_layer.hpp: MaxTopBlos -> MaxTopBlobs
baecchi
1
-1
/
+1
2016-10-27
sigmoid cross-entropy loss: add GPU forward for full GPU mode
Evan Shelhamer
1
-0
/
+2
2016-09-12
batch norm: auto-upgrade old layer definitions w/ param messages
Evan Shelhamer
1
-0
/
+6
2016-09-12
batch norm: hide statistics from solver, simplifying layer definition
Evan Shelhamer
1
-4
/
+2
2016-09-12
[docs] identify batch norm layer blobs
Evan Shelhamer
1
-11
/
+12
2016-09-09
[docs] clarify handling of bias and scaling by BiasLayer, ScaleLayer
Evan Shelhamer
3
-15
/
+15
2016-08-29
Merge pull request #4647 from ClimbsRocks/patch-3
Jeff Donahue
1
-1
/
+1
2016-08-29
Merge pull request #4646 from ClimbsRocks/patch-2
Jeff Donahue
1
-1
/
+1
2016-08-28
changes "c++" to "C++" for consistency
Preston Parry
1
-1
/
+1
2016-08-28
fixes typo- duplicate "a a"
Preston Parry
1
-1
/
+1
2016-08-28
updates tense in docs
Preston Parry
1
-1
/
+1
2016-08-18
Merge pull request #3272 from ixartz/master
Evan Shelhamer
1
-0
/
+5
2016-06-03
Add level and stages to Net constructor
Luke Yeager
1
-0
/
+1
2016-06-01
Add LSTMLayer and LSTMUnitLayer, with tests
Jeff Donahue
1
-0
/
+154
2016-06-01
Add RNNLayer, with tests
Jeff Donahue
1
-0
/
+47
2016-06-01
Add RecurrentLayer: an abstract superclass for other recurrent layer types
Jeff Donahue
1
-0
/
+187
2016-05-16
Add cuDNN v5 support, drop cuDNN v3 support
Felix Abecassis
4
-3
/
+24
2016-05-04
add parameter layer for learning any bottom
Jonathan L Long
1
-0
/
+45
2016-05-04
Merge pull request #3995 from ZhouYzzz/python-phase
Jon Long
1
-0
/
+1
2016-04-20
Don't set map_size=1TB in util/db_lmdb
Luke Yeager
1
-5
/
+8
2016-04-15
Allow the python layer have attribute "phase"
ZhouYzzz
1
-0
/
+1
2016-04-14
CropLayer: groom comments
Evan Shelhamer
1
-0
/
+9
2016-03-05
Merge pull request #3590 from junshi15/GPUUtilities
Jon Long
1
-0
/
+5
2016-03-05
Merge pull request #3588 from junshi15/P2psyncPrepare
Jon Long
1
-1
/
+4
2016-03-05
split p2psync::run()
Jun Shi
1
-1
/
+4
2016-03-05
Crop: fixes, tests and negative axis indexing.
max argus
1
-2
/
+2
2016-03-05
Extend Crop to N-D, changed CropParameter.
max argus
1
-2
/
+20
2016-03-05
add CropLayer: crop blob to another blob's dimensions with offsets
Jonathan L Long
1
-0
/
+49
2016-03-04
add check and find GPU device utilities
Jun Shi
1
-0
/
+5
2016-02-26
Deprecate ForwardPrefilled(), Forward(bottom, loss) in lieu of dropping
Evan Shelhamer
1
-0
/
+9
2016-02-25
collect Net inputs from Input layers
Evan Shelhamer
1
-2
/
+11
2016-02-25
drop Net inputs + Forward with bottoms
Evan Shelhamer
1
-27
/
+7
2016-02-25
deprecate input fields and upgrade automagically
Evan Shelhamer
1
-0
/
+6
2016-02-25
add InputLayer for Net input
Evan Shelhamer
1
-0
/
+44
2016-02-20
tranpose parameter added to IP layer to support tied weights in an autoencode...
Youssef Kashef
1
-0
/
+1
2016-01-27
Merge pull request #3022 from jeffdonahue/expose-param-display-names
Jeff Donahue
1
-0
/
+3
2016-01-26
Merge pull request #3591 from jeffdonahue/scale-bias-layer
Evan Shelhamer
2
-0
/
+137
2016-01-26
Merge pull request #3132 from bwilbertz/LastIterationLoss
Jeff Donahue
1
-0
/
+3
2016-01-22
Separation and generalization of ChannelwiseAffineLayer into BiasLayer
Jeff Donahue
3
-103
/
+137
2016-01-22
Version 1.0.0-rc3
Luke Yeager
1
-0
/
+4
2016-01-22
Add ChannelwiseAffine for batch norm
Dmytro Mishkin
1
-0
/
+103
[next]