platform/core/ml/nntrainer.git
2021-03-09 Parichay Kapoor[neuralnet] Support deallocate of tensors
2021-03-09 jijoong.moon[ LAYER ] Embedding Layer Inference
2021-03-09 Jihoon Lee[CAPI] Add mapping to newly added enum accepted/tizen/unified/20210310.144922 submit/tizen/20210309.050722
2021-03-08 Parichay Kapoor[manager] Check on re-initialize
2021-03-08 Parichay Kapoor[manager] Support deallocation of memory
2021-03-08 Parichay Kapoor[manager] Add check in manager for multiple init and...
2021-03-05 jijoong.moon[ Layer ] Add Skeleton for Embedding Layer accepted/tizen/unified/20210308.132526 submit/tizen/20210308.024729
2021-03-05 Jihoon Lee[rpm/tizen] Support 6.0 build
2021-03-05 Jihoon Lee[Chore] Move resource path
2021-03-05 Jihoon Lee[Conf] Add default conf nntrainer.ini
2021-03-05 Jihoon Lee[AppContext] Default Path loader
2021-03-05 Parichay Kapoor[dataset/unittest] Bug fix for segmentation fault submit/tizen/20210305.081230
2021-03-05 Juyeong Lee[Docs] Fix broken links
2021-03-03 jijoong.moon[ Document ] Add RELEASE.md
2021-03-03 Jihoon Lee[Test] Add conv various situation test accepted/tizen/unified/20210305.034114 submit/tizen/20210303.100614 submit/tizen/20210305.020917
2021-03-03 Jihoon Lee[Conv2D] Rework conv2d layer
2021-03-03 Jihoon Lee[Fix/Test] Fix ccapi test fail
2021-03-03 MyungJoo Ham[Fix/Svace] Add try catch to model-run
2021-03-03 Parichay Kapoor[model] Allow updating batch size after allocation
2021-03-03 Parichay Kapoor[tensor] Allow updating batch size after allocation
2021-03-03 Jihoon Lee[filter] Extract inference wrapper header
2021-03-03 Parichay Kapoor[loss] Allow no loss in the model
2021-03-03 Parichay Kapoor[optimizer] Update to camelcase
2021-03-03 Parichay Kapoor[weight] Move apply gradient to weight
2021-03-03 Parichay Kapoor[weight/layer] Move weight regularization out of layers
2021-03-02 Jihoon Lee[Fix/Bug] NeuralNet check save path
2021-03-02 Jihoon Lee[Refactor/App] Update readme
2021-03-02 Jihoon Lee[Refactor/app] Move resources to res path
2021-03-02 Jihoon Lee[Clean/iniTest] add logic to erase ini after test
2021-03-02 Jihoon Lee[Refactor/test] Move resources to test path
2021-03-02 Jihoon Lee[Chores] Richer log to some functions
2021-03-02 Jihoon Lee[Util] Delete internal namespace
2021-03-02 Parichay Kapoor[meson] Set meson buildtype to release
2021-03-02 Jaeyun[Build] change pkg name
2021-03-02 Jihoon Lee[Fix] Gcc-9 complaning about parentheses
2021-03-02 Jihoon Lee[Test] Add test to create layer from an example
2021-03-02 Jihoon Lee[AppContext] Add register plugin function
2021-03-02 Jihoon Lee[Pluggable] Add layer wrapper for plugged layer
2021-03-02 Jihoon Lee[API] Add layer pluggable definition
2021-03-02 Jihoon Lee[SimpleShot] Add simpleshot runner
2021-03-02 Jihoon Lee[SimpleShot] add centroid nearest neighbor layer
2021-03-02 Jihoon Lee[SimpleShot] Add centering layer
2021-03-02 Jihoon Lee[SimpleShot] Add test util cpp
2021-03-02 Jihoon Lee[SimpleShot] Add scaffolding for the application
2021-03-02 Jihoon Lee[Fix] Handle edgecase when using shared memory
2021-03-02 Jihoon Lee[Loss] Fix loss layer were allocating a new mem
2021-02-26 Juyeong Lee[Fix warning] Add override specifier
2021-02-26 Juyeong Lee[Docs] Fix typos in README.md accepted/tizen/unified/20210226.131826 submit/tizen/20210226.034152
2021-02-25 Jihoon Lee[Fix/Svace] Add try catch to the top level app
2021-02-18 Jaeyun[Build] change dependency to nnstreamer api accepted/tizen/unified/20210218.080536 submit/tizen/20210217.032056
2021-02-17 Jihoon Lee[Build] Decouple gtest from nntrainer_test_util
2021-02-17 Jihoon Lee[Util] Add gtest style throw macro
2021-02-16 Jihoon Lee[Chore] s/since/Since/
2021-02-15 Jihoon Lee[Fix] Update lazy alloc ctor to lazy alloc
2021-02-09 Parichay Kapoor[custom-app] svace: added missing try-catch accepted/tizen/unified/20210210.052156 submit/tizen/20210209.084149
2021-02-09 Parichay Kapoor[manager] svace issue fix
2021-02-09 Parichay Kapoor[conv] svace integer overflow fix
2021-02-09 hyeonseok leeFix svace issue GraphWatcher UNINIT.CTOR
2021-02-09 hyeonseok leeFix svace issue manager UNREACHABLE_CODE
2021-02-09 hyeonseok leeFix svace issue createDataset NO_CATCH
2021-02-09 hyeonseok leeFix svace issue readModel NO_CATCH
2021-02-05 Parichay Kapoor[Weight] Cleanup train argument for initialize gradient
2021-02-05 jijoong.moon[ DOC ] add badge for android arm
2021-02-05 jijoong.moon[ Document ] Add daily build status
2021-02-05 Parichay Kapoor[var_grad] Improve nomenclature
2021-02-05 Parichay Kapoor[tensor] Split tensor constructor into 2
2021-02-05 Parichay Kapoor[bug fixes] Update shared mem and in-place opt
2021-02-05 Parichay Kapoor[Manager] Support lazy memory allocation with manager
2021-02-05 Parichay Kapoor[graph] In-place bug fix
2021-02-05 Parichay Kapoor[tensor] Support late memory allocation for tensors
2021-02-05 jijoong.moon[ ResNet ] Add Resnet18 Application
2021-02-05 jijoong.moon[ DEBIAN ] Fix gcc version for debian build
2021-02-04 jijoong.moon[ Application ] Bug fix of Android target Lib
2021-02-04 jijoong.moon[ Application ] Fix to use Tensorflow Lite 2.3.0
2021-02-04 Parichay Kapoor[app_context] Resolve build issue with gcc5
2021-02-04 jijoong.moon[ MESON ] fix capi-nnstreamer dependency
2021-02-04 jijoong.moon[ ANDROID ] change the tflite version
2021-02-02 jijoong.moon[ Doc ] add how to run android application accepted/tizen/unified/20210204.134412 submit/tizen/20210204.034810
2021-02-02 Parichay Kapoor[adam] Reduce temporary memory allocation
2021-02-02 Parichay Kapoor[blas] Add missing return
2021-02-01 Jihoon Lee[Fix] Resolve static init order fiasco
2021-02-01 Jihoon Lee[Tensor] Handle copy edge case
2021-02-01 Jihoon Lee[CAPI/acr] Update tizen capi
2021-01-29 Jihoon Lee[Tensor] Rearrange Methods
2021-01-29 Jihoon Lee[Tensor] rearrange methods
2021-01-29 Jihoon Lee[Tensor/Clean] Relocate tensor methods
2021-01-28 Parichay Kapoor[tensor] Update interface for tensor::map
2021-01-28 Parichay Kapoor[manager] bug fix for Tensor::map
2021-01-28 Parichay Kapoor[manager] Disable user_shared_memory
2021-01-27 Gichan Jang[Docs] Generate nntrainer docs
2021-01-26 Jihoon Lee[spec] add backward competibility under tizen 6
2021-01-26 Jihoon Lee[meson] Clean up ml-api-common dependency
2021-01-26 Jihoon Lee[Fix] Reflect changes to upstream/main
2021-01-26 MyungJoo HamLicense Fix / Relicense to Apache-2.0
2021-01-25 Parichay Kapoor[data augmentation] support for random translate
2021-01-25 Parichay Kapoor[data augmentation] Support for random flip
2021-01-25 Parichay Kapoor[dynamic-training] Add dynamic training using derivatives
2021-01-25 Parichay Kapoor[dyanmic training] Adding dynamic-training code
2021-01-25 Jihoon Lee[Fix/TFlite] Fix tflite allocation
2021-01-25 Parichay Kapoor[var_grad] Remove redundant argument for initializeWeight
next