platform/core/ml/nntrainer.git
2022-01-19 Jihoon Lee[Fix] change max order to point last
2022-01-19 Jihoon Lee[Fix] BN life span
2022-01-19 Jihoon Lee[compat] remove contrib from tf headers
2022-01-19 Jihoon Lee[Fix] Non-const reference
2022-01-10 Jihoon Lee[Android] Delegate option control to android.mk
2022-01-10 jijoong.moon[ Network Graph ] Temporal Fix in getInputGrad
2021-12-31 hyeonseok lee[grucell] enable multi inout
2021-12-31 hyeonseok lee[grucell] refactoring grucell
2021-12-31 hyeonseok lee[Dropout] Disable test strong match
2021-12-31 Jihoon Lee[Recurrent] Add input seqeuncing mechanism
2021-12-30 hyeonseok lee[lstmcell] support multi in/out
2021-12-30 hyeonseok lee[bugfix] zoneout lstmcell regenerate mask
2021-12-30 hyeonseok lee[zoneout lstmcell] support multi in/out
2021-12-30 hyeonseok lee[Update] Multiout model golden test
2021-12-29 Jihoon Lee[Output] Return zero grad for empty output
2021-12-29 Jihoon Lee[Clean] Remove getOutputDimensions()
2021-12-29 Jihoon Lee[context] Receive out conn info and use
2021-12-29 Jihoon Lee[Manager] update requestInputs to use requestTensor
2021-12-29 Jihoon Lee[Context] out_dim -> out spec
2021-12-29 Jihoon Lee[Tensor] OutputGrad defaults to be zero if not given
2021-12-29 Jihoon Lee[Const] Make incoming derivative const
2021-12-29 Jihoon Lee[Test] Add test with dangling output
2021-12-29 hyeonseok lee[lstm] refactoring lstm layer
2021-12-29 hyeonseok lee[zoneout lstmcell] refactoring zoneout lstmcell layer
2021-12-29 hyeonseok lee[lstmcell] refactoring lstmcell layer
2021-12-29 hyeonseok lee[lstmcell core] prepare refactoring lstmcell core layer
2021-12-29 Jihoon Lee[Recurrent] Support connection for as_sequence
2021-12-28 Jihoon Lee[RecurrentRealizer] Modify to have connection
2021-12-28 Jihoon Lee[Realizer] Change input connection semantics
2021-12-28 Jihoon Lee[Realizer] Change slice realizer to get connection
2021-12-28 Jihoon Lee[Semantics] InitContext NumOutput is hint
2021-12-28 Jihoon Lee[Spec] Change nntrainer install dir
2021-12-28 Jihoon Lee[Identity] Add identity layer test
2021-12-28 Jihoon Lee[Identity] Implement and connect identity layer
2021-12-28 Jihoon Lee[Identity] Add identity header
2021-12-22 Jihoon Lee[Graph] set trainable only if trainable
2021-12-22 Parichay Kapoor[layer] MAE layer bug fix
2021-12-22 Parichay Kapoor[optimizer] no request vars for non-trainable weights
2021-12-21 Parichay Kapoor[tensor] Tensor pool request bug fix
2021-12-16 Jihoon Lee[Tensor] Add tensor cat
2021-12-16 Jihoon Lee[tensor] Add tensor::split
2021-12-16 Jihoon Lee[Trivial] Tensor save changes /ofstream/ostream
2021-12-15 Jihoon Lee[API] Add layer visitor for the model
2021-12-15 hyeonseok lee[gru] enable bias_hh, reset_after
2021-12-14 Parichay Kapoor[loss] optimize mse part 3
2021-12-14 Parichay Kapoor[loss] optimize mse part 2
2021-12-14 Parichay Kapoor[loss] optimize mse part1
2021-12-13 hyeonseok lee[grucell] enable 2 bias
2021-12-13 hyeonseok lee[lstm, lstmcell, zoneout] enable 2 bias
2021-12-13 hyeonseok lee[rnn] enable 2 bias
2021-12-13 hyeonseok lee[rnncell] enable 2 bias
2021-12-10 Parichay Kapoor[test] enable zoneout lstm test
2021-12-10 Parichay Kapoor[layer] bug fix for array initializer
2021-12-09 Jihoon Lee[Connection] Enhance parsing logic
2021-12-09 Jihoon Lee[Trivial] Complement connection doxygen
2021-12-09 Jihoon Lee[node/trivial] Change input layers to input conns
2021-12-09 Parichay Kapoor[manager] Remove activation input exec order from backw...
2021-12-09 Parichay Kapoor[layer] Disable bias enabled for fc and conv
2021-12-09 Parichay Kapoor[layer] Add disable bias property for layer impl
2021-12-07 Parichay Kapoor[test] Disable zoneout lstm unittests
2021-12-07 Parichay Kapoor[test] recoder to read from input from file
2021-12-07 Parichay Kapoor[model] Add clip gradient norm property
2021-12-07 Parichay Kapoor[layer] Embedding fix
2021-12-07 Parichay Kapoor[layer] zoneout lstm bug fix
2021-12-07 Parichay Kapoor[realizer] bug fix for activation realizer
2021-12-07 Parichay Kapoor[layer] Fixes for mol attention layer
2021-12-07 Parichay Kapoor[realizer] recurrent realizer bug fix in concat
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
next