platform/core/ml/nntrainer.git
2021-12-07 hyeonseok lee[hotfix] Enable zoneout lstmcell unittest
2021-12-06 Parichay Kapoor[layer] Bug fix for embedding layer
2021-12-06 Jihoon Lee[Recurrent] Support connection for recurrents
2021-12-06 Jihoon Lee[Recurrent] recurrent using zero connection
2021-12-06 Jihoon Lee[Recurrent] Support multiple sequence
2021-12-06 Jihoon Lee[Test] Update multiout support specification
2021-12-06 Jihoon Lee[Clean] Prepare remap realizer for further changes
2021-12-06 hyeonseok lee[unittest] zoneout lstmcell unittest
2021-12-06 hyeonseok lee[zoneout lstmcell] Implement zoneout lstm cell
2021-12-06 hyeonseok lee[lstmcell] Refactoring the lstmcell
2021-12-06 Jihoon Lee[Fix] Add dstate to mol attention batch
2021-12-03 Parichay Kapoor[graph] Extend lifespan of model outputs
2021-12-03 Parichay Kapoor[layer] fix for mol attention layer
2021-12-03 Parichay Kapoor[layer] Support multiple outputs for mol attention...
2021-12-03 Parichay Kapoor[layer] Support filter masking in mol attention
2021-12-03 Jihoon Lee[Fix] Setting batch after finalize/initialize
2021-12-03 Jihoon Lee[Test] Add multiout tests
2021-12-03 Jihoon Lee[Fix] fix inconsistency when saving a model
2021-12-03 Jihoon Lee[graph] Use connection info for outputs
2021-12-03 Jihoon Lee[graph] implement setOutputConnections
2021-12-03 Jihoon Lee[tidy] Remove getInputLayers usage
2021-12-03 Jihoon Lee[nn] Apply input connection to compile/initialize
2021-12-03 Jihoon Lee[nn] InputLayer->InputConnection
2021-12-03 Jihoon Lee[props] Extract connection
2021-12-03 Parichay Kapoor[layer] perform layer context check on first forward
2021-12-03 Parichay Kapoor[layer] Add MoL layer unittest
2021-12-03 Parichay Kapoor[layer] Add full support of MoL attention layer
2021-12-03 Parichay Kapoor[layer] Prepare for multiple inheritance for layer
2021-12-03 Parichay Kapoor[translayer] Fix for fc without bias
2021-12-03 Parichay Kapoor[tensor] Bug fix for copy
2021-12-03 Parichay Kapoor[layer] Use dot derivative in fc/attention
2021-12-03 Parichay Kapoor[tensor] Add derivatives for dot operation
2021-12-03 Jihoon Lee[Tensor Sharing] Make tensor sharing private by default
2021-12-02 jijoong.moon[ Fix ] bug fixes in tensor_pool and resnet
2021-12-02 Jihoon Lee[Header] Remove nntrainer_log.h from app_context.h
2021-12-02 Jihoon Lee[Dev] Expose app context header
2021-12-02 Parichay Kapoor[layer] Unittests for reduce mean layer
2021-12-02 Parichay Kapoor[layer] Add support for reduce mean layer
2021-12-01 Parichay Kapoor[gradclip] hot fix + unittests
2021-12-01 Parichay Kapoor[model/graph] Clip the gradients and then apply
2021-12-01 Parichay Kapoor[model/graph] Skip apply gradients if it is to be clipped
2021-12-01 Parichay Kapoor[graph/manager] Extend gradient execution for clipping
2021-12-01 Parichay Kapoor[layernode] Add property clip gradient by norm
2021-12-01 Jihoon Lee[Test] Add simple multiple inout case
2021-12-01 Jihoon Lee[trivial] Add note on the freq
2021-12-01 Parichay Kapoor[tensor] Support batched dot operation
2021-12-01 Parichay Kapoor[layer] Unittest + forwarding fix for mol
2021-12-01 Parichay Kapoor[layer] Forwarding implementation for mol attention...
2021-12-01 Parichay Kapoor[layer] Support properties for MoL attention layer
2021-12-01 Parichay Kapoor[layer] Scaffolding for MoL Attention Layer
2021-12-01 Jihoon Lee[KLD loss] kld loss scaffolding
2021-12-01 Jihoon Lee[Clean] Remove unused function
2021-12-01 Jihoon Lee[nn] Attach activation realizer
2021-12-01 Jihoon Lee[Test] Activation realizer test
2021-12-01 Jihoon Lee[Realizer] Implement activation realizer
2021-12-01 Jihoon Lee[nn] Attach multiout realizer
2021-12-01 Jihoon Lee[Test] Add multiout realizer test
2021-12-01 Jihoon Lee[MultiOut] Implement multiout realizer
2021-12-01 Jihoon Lee[Remap] Introduce remapping only identifiers
2021-12-01 Jihoon Lee[Multiout/trivial] Add scaffolding for mo realizer
2021-11-30 Parichay Kapoor[layer] Embedding layer support ZeroMaskIdx
2021-11-30 Parichay Kapoor[layer] Embedding input data format
2021-11-30 Jihoon Lee[Node] Add get/set method to manipulate connection
2021-11-30 Jihoon Lee[Node] replace output layer string -> connection
2021-11-30 Jihoon Lee[Node] Replace input layers -> input connection
2021-11-30 Jihoon Lee[Connection] Add indexing to connection
2021-11-29 hyeonseok lee[fix] Set input layer when given input layer is empty
2021-11-29 Jihoon Lee[trivial/Fix] add dependency header
2021-11-29 hyeonseok lee[QuickFix] Disable contiguous check on add_i
2021-11-29 jijoong.moon[ Android ] add static option for openmp
2021-11-29 Parichay Kapoor[layer] missing layer constructor
2021-11-29 Parichay Kapoor[layer] Bug fix for permute layer
2021-11-29 Parichay Kapoor[layer] Shape mismatch check in reshape layer
2021-11-29 Jihoon Lee [layer devel] clean up header dependency
2021-11-29 Jihoon Lee[Build] Use iosfwd instead of iostream
2021-11-29 Jihoon Lee[nn] Apply previous input realizer
2021-11-29 Jihoon Lee[Fix] Flatten realizer to not rely on default Layer...
2021-11-29 Jihoon Lee[Realizer] Implement previous input realizer
2021-11-29 Jihoon Lee[Realizer] Implement previous input realizer test
2021-11-29 Jihoon Lee[Scaffolding] previous input realizer
2021-11-29 Parichay Kapoor[test] Enable layer node test
2021-11-25 Jihoon Lee[Add] add leaky relu to actifun
2021-11-25 hyeonseok lee[unittest] Implement grucell unittest
2021-11-25 hyeonseok lee[grucell] Implement grucell
2021-11-25 hyeonseok lee[bugfix] Bugfix on tensor sum
2021-11-25 Parichay Kapoor[graph] Reduce metadata overhead of slice realizer
2021-11-25 Parichay Kapoor[graph] Bug fix for slice realizer
2021-11-25 Parichay Kapoor[layer] Add exportTo for concat layer
2021-11-24 Jihoon Lee[Test] Add singleshot case test
2021-11-24 Jihoon Lee[Filter] Add dimension inference mechanism
2021-11-23 Jihoon Lee[Tp] Propose new tensor spec
2021-11-23 Parichay Kapoor[tensor] Add checks for non-contiguous tensor before...
2021-11-23 Jihoon Lee[Trivial] Delete duplicated file
2021-11-22 Jihoon Lee[Feature check] Add tizen 6.5 compatibility
2021-11-19 jijoong.moon[ README ] Add SSDC2021 presentation
2021-11-19 Jihoon Lee[QuickFix] Check weight access for the last
2021-11-19 Jihoon Lee[Weights] Add last access concept
2021-11-19 Jihoon Lee[QuickFix] Add not dependent weight sharing
2021-11-19 Jihoon Lee[Build] Fix fbs causing rebuilding
2021-11-19 Jihoon Lee[Fix] api feature check problem
next