platform/core/ml/nntrainer.git
2021-01-25 Parichay Kapoor[pooling] Do not allocate memory in initialize
2021-01-25 Parichay Kapoor[manager] Donot allocate adam for inference
2021-01-22 Gichan Jang[README] Add coverity badge
2021-01-22 Parichay Kapoor[optimization] Bug fix for in-place layer optimization
2021-01-22 Parichay Kapoor[inference] Add input validation for inference
2021-01-22 Jihoon Lee[Tensor] Add outplace method for arithmetic ops
2021-01-22 Parichay Kapoor[meson] Update meson for ubuntu 20.04
2021-01-22 Parichay Kapoor[docs] Add missing dependencies
2021-01-21 Jihoon Lee[Layer] Add eval mode for the training accepted/tizen/unified/20210122.084701 submit/tizen/20210122.000930
2021-01-21 jijoong.moon[ Fix ] Fix Logistic Regression Example Error
2021-01-21 hyeonseok leeEnable trainable property to layer
2021-01-21 Jihoon Lee[Tools] Fix bug that translayer cannot detect bn
2021-01-21 Parichay Kapoor[transfer learning] Enable test on ubuntu
2021-01-21 Parichay Kapoor[manager] Optimize input/output memory for inference
2021-01-15 hyeonseok leeSupport sum value in profiler
2021-01-08 Jihoon Lee[Test] Disable deriv verification when opt is on
2021-01-08 Jihoon Lee[Conv2d] Optimize layer loop
2021-01-08 Jihoon Lee[Conv2d] Reuse im2col array by batch
2021-01-08 Jihoon Lee[Conv2d] Change conv2d gemm to dot
2020-12-30 hyeonseok lee[bugfix] Fix model path and dataset path in model_loade...
2020-12-30 Parichay Kapoor[dist/tizen] Enable base unittests for tizen build
2020-12-30 Parichay Kapoor[model] Optimize model input/output
2020-12-30 Jihoon Lee[Conv] Optimize im2col
2020-12-30 Jihoon Lee[Tensor] Optimize accessor
2020-12-29 Jihoon Lee[Fix] Assign default value for max_deriv size
2020-12-28 Parichay Kapoor[model/test] Duplicate models test for optimization
2020-12-28 Parichay Kapoor[activation] Making activation in-place
2020-12-28 Parichay Kapoor[layer] Use gradient instead of variable for derivative
2020-12-28 Parichay Kapoor[manager] Manager tracks input/output memory
2020-12-28 Parichay Kapoor[inputlayer] Input layer must be non-trainable
2020-12-28 Parichay Kapoor[layer] Move layer input/output management to manager
2020-12-24 Jihoon Lee[Profiler] Change profiler specs
2020-12-24 Jihoon Lee[Profiler] Apply ops level profiler
2020-12-24 Jihoon Lee[Profiler] Add event registerator
2020-12-24 Jihoon Lee[Manager] Add MMaped memory
2020-12-24 Jihoon Lee[Manager/Fix] Disallow copy ctor of manager
2020-12-24 Jihoon Lee[Android] Manage ndk to deal with changes
2020-12-24 Jihoon Lee[Tensor] Add Tensor Wrap method
2020-12-24 Jihoon Lee[TensorDim] Add initializer list ctor
2020-12-24 Parichay Kapoor[tensor] argmax bugfix
2020-12-21 Parichay Kapoor[tensor] Set stride for shared tensor accepted/tizen/unified/20201222.122522 submit/tizen/20201222.073053
2020-12-21 Parichay Kapoor[layer] Support in-place batch normalization
2020-12-21 jijoong.moon[ ARGMAX ] Fix bug about argmax
2020-12-17 Jihoon Lee[Test] Add macro to check if backbone is enabled
2020-12-17 Jihoon Lee[svace] Assure unintialized members accepted/tizen/unified/20201217.124219 submit/tizen/20201217.045640
2020-12-17 Jihoon Lee[svace] Error handling for applications/test
2020-12-17 Jihoon Lee[svace] assure file to be closed before remove
2020-12-17 Sangjung Woo[Docs] Remove unnecessary HTML link for feature/privilege.
2020-12-17 Jihoon Lee[Optim] Add shortcut to dot product
2020-12-17 Jihoon Lee[Fix] fix lda, ldb param
2020-12-15 Jihoon Lee[Profiler] Add basic profilerlistener
2020-12-15 Jihoon Lee[Test] Add profiler test
2020-12-15 Jihoon Lee[Profiler] Separate Profiler for wider use
2020-12-13 hyeonseok lee[meson.build] Change join_paths to / in meson.build...
2020-12-11 Jihoon Lee[Android] Integrate openblas into android
2020-12-10 Parichay Kapoor[mnist] Update saved model file
2020-12-10 Parichay Kapoor[network] Rework the backwarding
2020-12-10 Parichay Kapoor[optimizer] Move optimizer out of layer
2020-12-10 Parichay Kapoor[optimizer] Simplify optimizer initialize
2020-12-10 Parichay Kapoor[optimizer] Move optimizer variables to weights
2020-12-10 Parichay Kapoor[vgg] Added pytorch model for vgg16
2020-12-10 Parichay Kapoor[vgg] Update to official vgg16 model
2020-12-09 Parichay Kapoor[MNIST] Added pytorch version
2020-12-09 Jihoon Lee[ndk] Add enable profile flag
2020-12-09 Jihoon Lee[Experiment] Add profiler
2020-12-08 Jihoon Lee[Meson] Add ndk-build to be part of ndk build
2020-12-07 Jihoon Lee[Chores] CustomShortcut bug accepted/tizen/unified/20201207.123248 submit/tizen/20201207.013927
2020-12-07 Parichay Kapoor[manager] Share gradient memory for all layer
2020-12-07 Parichay Kapoor[layers/manager] Register weights with manager
2020-12-07 Parichay Kapoor[weight] Updated weights to be vector
2020-12-07 Parichay Kapoor[manager] Added nntrainer manager for weights
2020-12-07 Parichay Kapoor[weight/var_grad] Make internal variable as shared_ptr
2020-12-07 jijoong.moon[ CONV2D ] seperate conv2d_gemm and im2col
2020-12-02 Parichay Kapoor[unittest] Enable disabled unittest
2020-12-01 Parichay Kapoor[var_grad] Trainable inferred from gradient submit/tizen/20201201.095355 submit/tizen/20201202.082821
2020-12-01 Parichay Kapoor[tensor] Update tensor operation signature
2020-12-01 Jihoon Lee[CustomLayer] Update readme.md
2020-12-01 Jihoon Lee[Custom] Add actual example
2020-11-30 Jihoon Lee[Custom] Add an example scaffolding
2020-11-30 jijoong.moon[ Graph ] remove grad mem buffer for backwarding
2020-11-30 Jihoon Lee[ModelLoader] Use vector<string> when create layer
2020-11-30 Parichay Kapoor[bnlayer] bug fix for inference
2020-11-30 Parichay Kapoor[tensor] Support multiply/divide with given output
2020-11-30 Parichay Kapoor[pooling] Reduce temporary mem allocations
2020-11-30 Parichay Kapoor[activaiton] Reduce temporary memory alloc
2020-11-30 Parichay Kapoor[regex] Make regex static const
2020-11-30 Parichay Kapoor[neuralnet] Skip backwarding for non-trainable layers
2020-11-30 Jihoon Lee[Layer] Add built-in ops to the context
2020-11-30 Jihoon Lee[AppContext] Fix key is case sensitive
2020-11-30 Parichay Kapoor[conv2d] More optimizations for conv2d
2020-11-30 Parichay Kapoor[conv2d] Bug fix for regularization loss
2020-11-30 Parichay Kapoor[conv2d] Refactor conv2d layer
2020-11-30 Jihoon Lee[AppContext] Register Default ops at the begining
2020-11-27 Jihoon Lee[Deps] Remove openmp dependency
2020-11-27 Parichay Kapoor[layers] Split backwarding into smaller functions
2020-11-27 Parichay Kapoor[var_grad] Add var_grad for input/output lists
2020-11-27 Jihoon Lee[AppContext] Add registerer,invoke factory methods
2020-11-26 jijoong.moon[ GRAPH ] Remove unused function and add doxygen note accepted/tizen/unified/20201130.122952 submit/tizen/20201127.015104
2020-11-26 jijoong.moon[ ANDROID ] Enable graph for andoid build
2020-11-26 jijoong.moon[ GRAPH ] Split initilization & Assign Memory
next