projects
/
platform
/
core
/
ml
/
nntrainer.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/core/ml/nntrainer.git
2021-12-03
Jihoon Lee
[nn] InputLayer->InputConnection
commit
|
commitdiff
|
tree
|
snapshot
2021-12-03
Jihoon Lee
[props] Extract connection
commit
|
commitdiff
|
tree
|
snapshot
2021-12-03
Parichay Kapoor
[layer] perform layer context check on first forward
commit
|
commitdiff
|
tree
|
snapshot
2021-12-03
Parichay Kapoor
[layer] Add MoL layer unittest
commit
|
commitdiff
|
tree
|
snapshot
2021-12-03
Parichay Kapoor
[layer] Add full support of MoL attention layer
commit
|
commitdiff
|
tree
|
snapshot
2021-12-03
Parichay Kapoor
[layer] Prepare for multiple inheritance for layer
commit
|
commitdiff
|
tree
|
snapshot
2021-12-03
Parichay Kapoor
[translayer] Fix for fc without bias
commit
|
commitdiff
|
tree
|
snapshot
2021-12-03
Parichay Kapoor
[tensor] Bug fix for copy
commit
|
commitdiff
|
tree
|
snapshot
2021-12-03
Parichay Kapoor
[layer] Use dot derivative in fc/attention
commit
|
commitdiff
|
tree
|
snapshot
2021-12-03
Parichay Kapoor
[tensor] Add derivatives for dot operation
commit
|
commitdiff
|
tree
|
snapshot
2021-12-03
Jihoon Lee
[Tensor Sharing] Make tensor sharing private by default
commit
|
commitdiff
|
tree
|
snapshot
2021-12-02
jijoong.moon
[ Fix ] bug fixes in tensor_pool and resnet
commit
|
commitdiff
|
tree
|
snapshot
2021-12-02
Jihoon Lee
[Header] Remove nntrainer_log.h from app_context.h
commit
|
commitdiff
|
tree
|
snapshot
2021-12-02
Jihoon Lee
[Dev] Expose app context header
commit
|
commitdiff
|
tree
|
snapshot
2021-12-02
Parichay Kapoor
[layer] Unittests for reduce mean layer
commit
|
commitdiff
|
tree
|
snapshot
2021-12-02
Parichay Kapoor
[layer] Add support for reduce mean layer
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Parichay Kapoor
[gradclip] hot fix + unittests
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Parichay Kapoor
[model/graph] Clip the gradients and then apply
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Parichay Kapoor
[model/graph] Skip apply gradients if it is to be clipped
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Parichay Kapoor
[graph/manager] Extend gradient execution for clipping
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Parichay Kapoor
[layernode] Add property clip gradient by norm
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Jihoon Lee
[Test] Add simple multiple inout case
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Jihoon Lee
[trivial] Add note on the freq
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Parichay Kapoor
[tensor] Support batched dot operation
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Parichay Kapoor
[layer] Unittest + forwarding fix for mol
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Parichay Kapoor
[layer] Forwarding implementation for mol attention...
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Parichay Kapoor
[layer] Support properties for MoL attention layer
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Parichay Kapoor
[layer] Scaffolding for MoL Attention Layer
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Jihoon Lee
[KLD loss] kld loss scaffolding
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Jihoon Lee
[Clean] Remove unused function
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Jihoon Lee
[nn] Attach activation realizer
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Jihoon Lee
[Test] Activation realizer test
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Jihoon Lee
[Realizer] Implement activation realizer
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Jihoon Lee
[nn] Attach multiout realizer
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Jihoon Lee
[Test] Add multiout realizer test
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Jihoon Lee
[MultiOut] Implement multiout realizer
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Jihoon Lee
[Remap] Introduce remapping only identifiers
commit
|
commitdiff
|
tree
|
snapshot
2021-12-01
Jihoon Lee
[Multiout/trivial] Add scaffolding for mo realizer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-30
Parichay Kapoor
[layer] Embedding layer support ZeroMaskIdx
commit
|
commitdiff
|
tree
|
snapshot
2021-11-30
Parichay Kapoor
[layer] Embedding input data format
commit
|
commitdiff
|
tree
|
snapshot
2021-11-30
Jihoon Lee
[Node] Add get/set method to manipulate connection
commit
|
commitdiff
|
tree
|
snapshot
2021-11-30
Jihoon Lee
[Node] replace output layer string -> connection
commit
|
commitdiff
|
tree
|
snapshot
2021-11-30
Jihoon Lee
[Node] Replace input layers -> input connection
commit
|
commitdiff
|
tree
|
snapshot
2021-11-30
Jihoon Lee
[Connection] Add indexing to connection
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
hyeonseok lee
[fix] Set input layer when given input layer is empty
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
Jihoon Lee
[trivial/Fix] add dependency header
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
hyeonseok lee
[QuickFix] Disable contiguous check on add_i
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
jijoong.moon
[ Android ] add static option for openmp
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
Parichay Kapoor
[layer] missing layer constructor
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
Parichay Kapoor
[layer] Bug fix for permute layer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
Parichay Kapoor
[layer] Shape mismatch check in reshape layer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
Jihoon Lee
[layer devel] clean up header dependency
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
Jihoon Lee
[Build] Use iosfwd instead of iostream
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
Jihoon Lee
[nn] Apply previous input realizer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
Jihoon Lee
[Fix] Flatten realizer to not rely on default Layer...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
Jihoon Lee
[Realizer] Implement previous input realizer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
Jihoon Lee
[Realizer] Implement previous input realizer test
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
Jihoon Lee
[Scaffolding] previous input realizer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-29
Parichay Kapoor
[test] Enable layer node test
commit
|
commitdiff
|
tree
|
snapshot
2021-11-25
Jihoon Lee
[Add] add leaky relu to actifun
commit
|
commitdiff
|
tree
|
snapshot
2021-11-25
hyeonseok lee
[unittest] Implement grucell unittest
commit
|
commitdiff
|
tree
|
snapshot
2021-11-25
hyeonseok lee
[grucell] Implement grucell
commit
|
commitdiff
|
tree
|
snapshot
2021-11-25
hyeonseok lee
[bugfix] Bugfix on tensor sum
commit
|
commitdiff
|
tree
|
snapshot
2021-11-25
Parichay Kapoor
[graph] Reduce metadata overhead of slice realizer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-25
Parichay Kapoor
[graph] Bug fix for slice realizer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-25
Parichay Kapoor
[layer] Add exportTo for concat layer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-24
Jihoon Lee
[Test] Add singleshot case test
commit
|
commitdiff
|
tree
|
snapshot
2021-11-24
Jihoon Lee
[Filter] Add dimension inference mechanism
commit
|
commitdiff
|
tree
|
snapshot
2021-11-23
Jihoon Lee
[Tp] Propose new tensor spec
commit
|
commitdiff
|
tree
|
snapshot
2021-11-23
Parichay Kapoor
[tensor] Add checks for non-contiguous tensor before...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-23
Jihoon Lee
[Trivial] Delete duplicated file
commit
|
commitdiff
|
tree
|
snapshot
2021-11-22
Jihoon Lee
[Feature check] Add tizen 6.5 compatibility
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
jijoong.moon
[ README ] Add SSDC2021 presentation
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
Jihoon Lee
[QuickFix] Check weight access for the last
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
Jihoon Lee
[Weights] Add last access concept
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
Jihoon Lee
[QuickFix] Add not dependent weight sharing
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
Jihoon Lee
[Build] Fix fbs causing rebuilding
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
Jihoon Lee
[Fix] api feature check problem
commit
|
commitdiff
|
tree
|
snapshot
2021-11-18
Jihoon Lee
[Tp] Rename requestTensor -> request
commit
|
commitdiff
|
tree
|
snapshot
2021-11-18
Jihoon Lee
[Tp] requestPreallocated -> view
commit
|
commitdiff
|
tree
|
snapshot
2021-11-18
Jihoon Lee
[Tp] rename externallyAllocated -> placeholder
commit
|
commitdiff
|
tree
|
snapshot
2021-11-17
Jihoon Lee
[KNN] Fix querying label when not training
commit
|
commitdiff
|
tree
|
snapshot
2021-11-17
Jihoon Lee
[KNN] Implement knn saving
commit
|
commitdiff
|
tree
|
snapshot
2021-11-17
Jihoon Lee
[Test] Add ml singleshot example
commit
|
commitdiff
|
tree
|
snapshot
2021-11-17
Jihoon Lee
[tp] Implement reidentifySource()
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[Tp] Add dimension check to extend
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[Tp] rename create -> request
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[Trivial] Use if instead of template
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
Policy based tensor request for tensor pool.
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[TP] Implement extend()
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[Tpool] Remove updateExternalTensor
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[Clean] Separate src spec from dep spec
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[Trivial] ZERO_LIFESPAN -> UNMANAGED
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[tpool] Implement view()
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[TPool] implement create/placeholder
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Jihoon Lee
[TPool] Add interface to enable extensive sharing
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Parichay Kapoor
[layer] Add modes to inplace layer execution
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Parichay Kapoor
[layer] Inplace support for multiout layer
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
hyeonseok lee
[unittest] Implement rnncell unittest
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
hyeonseok lee
[rnncell] Implement rnncell
commit
|
commitdiff
|
tree
|
snapshot
next