platform/core/ml/nntrainer.git
2022-03-25 jijoong.moon[COVERITY] remove unreachec code accepted/tizen/unified/20220330.021238 submit/tizen/20220325.053530
2022-03-20 MyungJoo HamPortability: unittest uninit vars.
2022-03-20 MyungJoo HamPortability: g++-11 has different std policy.
2022-03-20 MyungJoo HamPortability: gcc structured binding declaration error
2022-03-18 hyeonseok lee[fix] check return value
2022-03-14 Jihoon LeeChange loading meta information behavior
2022-03-10 Jihoon LeeRevert "Load Optimizer Variables"
2022-03-10 jijoong.moonLoad Optimizer Variables
2022-03-03 jijoong.moon[ BUILD ] add lr_scheduler.h in include dir
2022-02-25 Parichay Kapoor[layer] LSTM weight array size fix
2022-02-24 Parichay Kapoor[capi/test] Example of batchsize set at train
2022-02-24 Parichay Kapoor[test] Add finalize tests for lr schedulers
2022-02-24 Parichay Kapoor[test] learning rate scheduler unittest
2022-02-24 Parichay Kapoor[appcontext] Register learning rate scheduler with...
2022-02-24 hyeonseok lee[spec] Add gcov package
2022-02-21 Parichay Kapoor[weight] weight regularization and decay with clip
2022-02-21 Parichay Kapoor[weight-decay] Bug fix for weight decay with adam
2022-02-18 Parichay Kapoor[optim] Add pytorch reference for adam
2022-02-18 jijoong.moon[Load/Save] Update to load and save the adam momentum...
2022-02-17 Parichay Kapoor[lr-scheduler] Add finalize to interface
2022-02-17 Parichay Kapoor[lr] Support exponential learning rate scheduler
2022-02-17 Parichay Kapoor[lr] Support constant learning rate scheduler
2022-02-17 Parichay Kapoor[lr] Add interface for learning rate scheduler
2022-02-17 Parichay Kapoor[optimizer] prepare for learning rate scheduler
2022-02-17 Parichay Kapoor[api] Update model inference API
2022-02-10 Parichay Kapoor[weight-decay] Enable for batch normalization
2022-02-09 Parichay Kapoor[test] unittest for weight decay
2022-02-09 Parichay Kapoor[layers] Support for weight decay to layers
2022-02-09 Parichay Kapoor[weight] Support weight decay
2022-02-08 hyeonseok lee[lstm] implement bidirectional lstm forward
2022-02-07 jijoong.moon[ SAVE/LOAD ] save / load optimizer variables
2022-02-07 hyeonseok lee[lstm] remove timestep property
2022-01-25 Jihoon Lee[Fix] Flatten realizer to maintain original name
2022-01-19 Jihoon Lee[Tensor Pool] Add expose/persist concept
2022-01-19 Jihoon Lee[ExecOrder] Add exec order control and fix inference
2022-01-19 Jihoon Lee[Network Graph] Split max_exec_order
2022-01-19 Jihoon Lee[manager] Separate backwarding -> grad, deriv
2022-01-19 Jihoon Lee[Debug] Add a naive validator to the optimized planner
2022-01-19 Jihoon Lee[Fix] fix lifespan of recurrent cells
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
next