platform/core/ml/nntrainer.git
2023-01-27 Jiho Chu[Utils] Add trace feature
2023-01-25 SeoHyungjun[Trivial] Modify for code consistency
2023-01-18 Seungbaek Hong[trivial] modify flatten_realizer script for consistent...
2023-01-18 hyeonseok lee[layer] enable identity layer to support inplace
2022-12-28 Seungbaek Hong[test] add test cases that a specific layer is non...
2022-12-23 DonghakPark[Tensorflow] Update resnet18 example ( TF1 to TF2 )
2022-12-23 Jiho Chu[Application] mnist: Fix tf example
2022-12-22 Seungbaek Hong[model] Change the default value of parameter in infere...
2022-12-22 DonghakPark[FlatBuffers] Update Tensorflow Lite FlatBuffer Schema
2022-12-22 hyeonseok lee[swap_device] change lseek return type from int to...
2022-12-22 Seungbaek Hong[utils] add getLocaltime function
2022-12-22 SeoHyungjun[Trivial] Fix incorrect pointer usage
2022-12-22 SeoHyungjun[Trivial] Fix svace issue
2022-12-22 SeoHyungjun[Trivial] Fix svace issue
2022-12-18 DonghakPark[DataGen] Fix RandomDataLoader parms
2022-12-12 SeoHyungjun[typo] Fix typo
2022-12-09 SeoHyungjun[typo] Fix typo
2022-12-07 Jiho Chu[Application] resnet: Add profiling
2022-12-07 Jiho Chu[Resnet] Fix FakeDataLoader bug
2022-12-05 Seungbaek Hong[README] Delete duplicate layer description and Fix...
2022-12-05 Jiho Chu[TEST] Add load/unload cache pool test
2022-12-05 Jiho Chu[SWAP] Add load/unload methods to cachepool
2022-12-05 jijoong.moon[API] add ml_train_model_get_weight api
2022-12-01 Seungbaek Hong[utils] Add getRealpath function
2022-11-30 Jiho Chu[TEST] Add task unittest
2022-11-30 Jiho Chu[Tensor] Add TaskExecutor class
2022-11-30 Jiho Chu[Tensor] Add Task class
2022-11-30 hyeonseok lee[ln] optimize layer normalization layer input memory
2022-11-30 hyunil park[Logger] Modify initialization error message of logger...
2022-11-27 gichanRevert "[ CI ] Temperal Fix for the CI about NNStreamer...
2022-11-27 gichanRevert "[ CI ] Temporal Fix for the CI about NNStreamer...
2022-11-24 SeoHyungjun[Trivial] Fix coverity issue
2022-11-24 SeoHyungjun[Trivial] Fix svace issues
2022-11-23 hyeonseok lee[tensor] Add default delete on tensor map
2022-11-18 hyeonseok lee[split layer] make a unittest to test split input dimen...
2022-11-18 hyeonseok lee[split_layer] enhance split layer to split input dimens...
2022-11-11 jijoong.moon[ CI ] Temporal Fix for the CI about NNStreamer Backone
2022-11-11 jijoong.moon[ CI ] Temperal Fix for the CI about NNStreamer Backone
2022-11-08 Jiho Chu[TEST] Add Cache pool test
2022-11-08 Jiho Chu[TENSOR] modified for CachePool test
2022-11-07 DonghakPark[compiler] Revisit tflite_interpreter for TF Lite Export
2022-11-07 DonghakPark[compiler] Revisit FullyConnected Layer Weights Transpo...
2022-11-07 DonghakPark[compiler] FullyConnevted Layer Weights Transpose for...
2022-11-07 seongwoo[compiler] Revisit tflite interpreter
2022-11-03 Jiho Chu[Profile] Add annotate for memory profiling
2022-11-03 Jiho Chu[INI] Add memory swap properties
2022-11-03 Jiho Chu[Context] Propergate property to model
2022-11-02 SeoHyungjun[typo] Fix typo
2022-10-31 DonghakPark[typo] Fix typo error
2022-10-31 Seungbaek HongFix typo error
2022-10-26 DonghakPark[fix] fix coverity_tizen issue
2022-10-23 hyeonseok lee[unittest] refine unittest
2022-10-23 hyeonseok lee[unittest] remove unittest_nntrainer_layers
2022-10-23 hyeonseok lee[unittest] migrate unittest from unittest_nntrainer_lay...
2022-10-23 DonghakPark[typo] Fix typo error
2022-10-23 Jiho Chu[Tensor] Add constructor for user swap path
2022-10-23 Jiho Chu[Model] Add memory swap path property
2022-10-19 seungbaek[README] Fix typo error in README
2022-10-19 hyeonseok lee[memory] extract MemoryData class from memory_pool...
2022-10-14 hyeonseok lee[neuralnet] check stop_cb by every layer
2022-10-13 Jiho Chu[TEST] fix for cache pool modification
2022-10-13 Jiho Chu[Property] Add memory_swap property
2022-10-13 Jiho Chu[Memory] Implement memory pool for swap device
2022-10-13 Jiho Chu[Tensor] Add swap device
2022-10-13 Jiho Chu[Memory] Add cache pool
2022-10-05 MyungJoo Hamdebian: fix occasional debuild error
2022-10-04 hyeonseok lee[trivial] fix ahub issues
2022-09-30 hyeonseok lee[padding1d] change padding1d key to padding
2022-09-30 hyeonseok lee[neuralnet] add log about training
2022-09-30 Jiho Chu[Profile] Add memory statiscs & annotation
2022-09-30 hyeonseok lee[lstm] make lstm_core as class
2022-09-26 jijoong.moon[Release] NNTrainer 0.4.0 Release
2022-09-26 hyeonseok lee[bugfix] initialize local variable accepted/tizen/unified/20220927.132348
2022-09-23 hyeonseok lee[unittest] added negative testcase
2022-09-23 hyeonseok lee[unittest] rename negative testcase name to _n place...
2022-09-16 jijoong.moon[ README ] add new features in README
2022-09-07 hyeonseok lee[layer] convert throw to nntr_throw in layer finalize accepted/tizen/unified/20220919.021604
2022-09-07 hyeonseok lee[unittest] generate transformer unittest
2022-09-07 hyeonseok lee[unittest] layer normalization
2022-09-07 hyeonseok lee[layer normalization] implement layer normalization
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
next