platform/core/ml/nntrainer.git
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
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
next