platform/core/ml/nntrainer.git
2022-09-07 hyeonseok lee[unittest] generate positional encoding unittest
2022-09-07 hyeonseok lee[positional encoding] implement positional encoding...
2022-09-07 hyeonseok lee[multi head attention] added unittest
2022-09-07 hyeonseok lee[multi_head_attention] implement calcDerivative, calcGr...
2022-09-07 hyeonseok lee[multi head attention] implement calcCommonDerivative
2022-09-07 hyeonseok lee[multi head attention] implement forwarding
2022-09-06 hyeonseok lee[multi head attention] implement finalize
2022-09-01 hyeonseok lee[api] added newly implemented layer enum
2022-08-31 DonghakPark[Trivial] Fix Typo
2022-08-24 jijoong.moon[ LSTM ] Optimize LSTM Gradient calculation
2022-08-24 jijoong.moon[Applicatin] Add profile for VGG
2022-08-23 hyeonseok lee[multi head attention] Added multi head attention scaffold
2022-08-22 jijoong.moon[ Layer ] pallelizaiton along batch for polling forward...
2022-08-22 jijoong.moon[ LAYERS ] LSTM : parallelization along batch direction...
2022-08-22 hyunil park[Property] Remove if-else statement in DroupOutRate...
2022-08-22 jijoong.moon[ UTIL ] add frequency data in mem_usage.sh
2022-08-19 hyeonseok lee[neuralnet] adjust epoch_idx when stop_cb is called
2022-08-19 jijoong.moon[Applicatin] Add profile for VGG
2022-08-18 hyeonseok lee[jni] revise android build
2022-08-11 MyungJoo HamFix inappropriate SPDX license tag
2022-08-09 DonghakPark[trivial] Reorganize README.md files
2022-08-05 jijoong.moon[ Activation ] improve tanh compuataion
2022-08-05 jijoong.moon[ Layer ] Conv2d Gradient Computation with Multi-Threads
2022-08-04 DonghakPark[Application] Add AlexNet(Fused) Application, Merge...
2022-07-20 hyeonseok lee[conv] support causal padding in conv1d
2022-07-20 DonghakPark[Application] Update README.md File
2022-07-19 jijoong.moon[ Layers ] paralleize Forwarding of conv2d
2022-07-19 hyeonseok lee[trivial] fix ahub issue
2022-07-18 jijoong.moon[ Utils ] create NNTrThread Features
2022-07-18 jijoong.moon[ Layers ] Add Parallelization along batch direction
2022-07-11 Hyunil[Application] Rename main_sample.cpp to main.cpp in KNN
2022-07-11 Hyunil[Application] Remove unused file of KNN
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
next