platform/core/ml/nntrainer.git
2022-07-11 hyeonseok lee[conv] support dilation property
2022-07-05 jijoong.moon[ Trivial ] Fix the "Deprecated-declarations" error
2022-07-04 Jiho Chu[BUILD] fix supported gmock version
2022-06-29 jijoong.moon[ Application ] Fix VGG using CCAPI
2022-06-24 Hyunil[TEST] Add unittest related to setProperty for dataset
2022-06-24 Hyunil[CAPI] Add set property with single param for dataset
2022-06-23 jijoong.moon[ BUILD ] fix binary size of libnntrainer with android...
2022-06-22 hyeonseok lee[neuralnet] check tflite interpreter is enabled when...
2022-06-22 hyeonseok lee[profiler] restore precision
2022-06-20 hyeonseok lee[fix] fix svace issue
2022-06-17 hyeonseok lee[Application] add step learning rate scheduler example
2022-06-16 jijoong.moon[ TEST ] add golden data for grucell_fc
2022-06-16 jijoong.moon[ Recurrent ] property for dynamic time sequence
2022-06-16 Hyunil[TEST] Add unittest related to setProperty for optimizer
2022-06-16 Hyunil[CAPI] Add set property with single param for optimizer
2022-06-16 DonghakPark[trivial] fix typo
2022-06-15 Hyunil[CAPI] Add unittest related to setProperty for layer
2022-06-15 Hyunil[CAPI] Add ml_train_layer_set_property_with_single_para...
2022-06-15 Hyunil[CAPI] Modify model_compile_with_single_param() and...
2022-06-15 Sangjung Woo[Spec] Add flatbuffers-devel BuildRequires as default accepted/tizen/unified/20220616.141953 submit/tizen/20220615.013221
2022-06-14 jijoong.moon[ Tensor ] remove rank 2 limitation for dot op
2022-06-14 hyeonseok lee[unittest] added zoneout mask unittest
2022-06-13 hyeonseok lee[layer] fix typo
2022-06-13 jijoong.moon[ Doc ] Update Readme.md
2022-06-11 Hyunil[docs] Update configuration-ini.md file
2022-06-09 jijoong.moon[ Packaging ] Packaging for Tizen 6.0
2022-06-08 hyeonseok lee[bug_fix] bug fix zoneout lstmcell layer
2022-05-31 Hyunil[CAPI] Add unittest related to compile and train
2022-05-31 Hyunil[Property] Modify error log
2022-05-31 Hyunil[CAPI] Add ml_train_model_run_with_single_param() inter...
2022-05-31 Hyunil[CAPI] Add ml_train_model_compile_with_single_param...
2022-05-31 Jiho Chu[Utils] Add Memory profile feature to Profiler
2022-05-31 Jiho Chu[Test] Modify profiler test to add Memory event
2022-05-30 JRazek[ccapi/nntrainer] Add getters for compiled, initialized...
2022-05-23 hyeonseok lee[ccapi] include common header in meson
2022-05-19 jijoong.moon[ Application ] Update Logistic Regression to use CCAPI
2022-05-19 seongwoo[ccapi] Add exports interface.
2022-05-18 seongwoo[layers] flatten layer consider target_shape
2022-05-18 seongwoo[ Compiler ] add loss layer realizer
2022-05-17 Udit JainUpdate how-to-run-example-android.md
2022-05-16 hyeonseok lee[unittest] add negative unittest
2022-05-16 hyeonseok lee[unittest] added assertion in unittest
2022-05-16 hyeonseok lee[unittest] remove duplicated unittest
2022-05-16 Hyunil:[test] Add some negative tests to unittest
2022-05-11 jijoong.moon[ CCAPI ] add copy model configuration & get/set Weight...
2022-05-11 hyeonseok lee[rnncell] generate testcase for muli in/out of rnncell
2022-05-11 hyeonseok lee[rnncell] implement multiout for rnncell
2022-05-11 hyeonseok lee[neuralnet] set epoch_idx to zero only if train from...
2022-05-11 hyeonseok lee[model] added getter for current epoch_idx
2022-05-11 hyeonseok lee[model] support stop training
2022-05-09 hyeonseok lee[lstm] implement calcGradient for bidirectional lstm
2022-05-06 jijoong.moon[ CAPI ] change set_feature_state to compatible with...
2022-05-04 jijoong.moon[ Unit Test ] remove mse loss layer in makeCompiledGraph
2022-04-26 Jiho Chu[Fix] Clean code for resnet application
2022-04-26 jijoong.moon[ TEST ] add more test cases for batch normalization...
2022-04-26 jijoong.moon[ Compiler ] Implement bn realizer with test
2022-04-26 jijoong.moon[ Compilier ] implement BN realzier
2022-04-26 jijoong.moon[ Interpreter ] add batch normalziation realizer
2022-04-26 jijoong.moon[ Compiler ] Implement bn realizer with test
2022-04-26 Hyunil[CAPI] Add check if model is null to ml_train_model_get...
2022-04-26 jijoong.moon[ Android ] fix the warnning message
2022-04-21 hyeonseok lee[zoneout] enable zoneout only when used
2022-04-21 hyeonseok lee[grucell] remove temporary tensor
2022-04-21 hyeonseok lee[zoneout lstmcell] share zoneout mask tensors
2022-04-20 Parichay Kapoor[optimizer/lr] Add learning rate scheduler to ccapi
2022-04-20 Parichay Kapoor[lr] Support step wise decay scheduler
2022-04-20 Parichay Kapoor[test] Bug fix for unittest
2022-04-20 Parichay Kapoor[modelloader] Support learning rate scheduler
2022-04-20 Parichay Kapoor[optimizer] Cleanup optimizers
2022-04-20 Parichay Kapoor[optimizer] Update to use learning rate schedulers
2022-04-20 Parichay Kapoor[optimizer] Use optimizer wrapped
2022-04-20 Parichay Kapoor[optimizer] Add optimizer wrapped
2022-04-20 Parichay Kapoor[test] Add finalize tests for lr schedulers
2022-04-20 jijoong.moon[ Compiler ] add batch norm layer realizer
2022-04-20 gichan[Doc] Change nnstreamer CI server domain name.
2022-04-15 jijoong.moon[ BLAS ] use openblas function to set num threads accepted/tizen/unified/20220419.142304 submit/tizen/20220418.053521 submit/tizen/20220418.061930
2022-04-14 hyeonseok lee[capi] added unittest for get layer
2022-04-14 hyeonseok lee[neuralnet] enhance print function to print graph info
2022-04-14 jijoong.moon[ TEST ] disable app draw classification if nnstreamer...
2022-04-12 jijoong.moon[Exporter] move builtin options for tflite into tflite_...
2022-04-12 jijoong.moon[ MESON ] fix bug when meson test
2022-04-06 hyeonseok lee[neuralnet] Add null character when load optizmier...
2022-04-06 jijoong.moon[CI] fix android build
2022-04-05 Hyunil[CCAPI] Rearrange enumeration of layer type accepted/tizen/unified/20220405.155809 submit/tizen/20220405.072656
2022-04-01 jijoong.moon[README] update reviewers
2022-04-01 jijoong.moon[COVERITY] remove unreachec code
2022-04-01 jijoong.moon[CAPI] Move getlayer api to public
2022-04-01 MyungJoo Hamjni/Android: build error fix
2022-04-01 MyungJoo HamML-API dependency clean-up.
2022-04-01 MyungJoo Hamapi: clean up dependencies
2022-04-01 MyungJoo Hamtest: remove unnecessary capi dependencies
2022-04-01 MyungJoo Hamapplication: remove unnecessary capi dep.
2022-04-01 MyungJoo Hammeson: dependency on ml-api should be optional
2022-03-29 jijoong.moon[CAPI] Expose Layer Enums
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
next