platform/core/ml/nntrainer.git
2023-03-20 DongHak Park[Flatbuffer] Add flatbuffer_opnode
2023-03-17 jijoong.moon[Conv2d] Remove inter_result in conv2d layer
2023-03-17 jijoong.moon[ Tensor ] fix the dim type
2023-03-17 DongHak Park[Trivial] Typo Error
2023-03-17 Seungbaek Hong[Application] define YOLO v2 model class
2023-03-17 DongHak Park[FlatBuffer] Add nntrainer_schema.fbs
2023-03-17 Seungbaek Hong[Application] Save model trained from pytorch as nntrai...
2023-03-16 hyeonseok lee[ahub] fix ahub issue
2023-03-15 Seungbaek Hong[Application] add object detection example using pytorch
2023-03-12 Jiho Chu[NEURALNET] Refine forwarding operation
2023-03-10 DongHak Park[GitAction] Fix Labeler on review commented
2023-03-10 hyeonseok leereplace strerror with strerror_r
2023-03-07 DongHak Park[Trivial] Update getting-started.md
2023-02-28 DongHak Park[GitAction] Fix Gitaction Auto Labeler
2023-02-28 DongHak Park[GitAction] Fix Auto Labeler
2023-02-27 DongHak Park[Flatbuffer] Create flatbuffer_interpreter.h
2023-02-23 Jiho Chu[FIX] fix for tflite interpreter option
2023-02-23 Jiho Chu[FIX] delete unnecessary include
2023-02-23 Donghak PARK[Propose][GitAction] Review Request Auto labeler
2023-02-23 DongHak Park[Application] Merge LSTM to Layers
2023-02-23 Jiho Chu[TRACE] Add apply gradient trace point
2023-02-23 Jiho Chu[Memory] Add apply gradient step
2023-02-22 Seungbaek Hong[Trivial] Fix svace and coverity issue
2023-02-09 Jiho Chu[SWAP] Implement lookahead behavior
2023-02-09 Jiho Chu[SWAP] Add lokkahead property
2023-02-09 hyeonseok lee[layer] rename variable names
2023-02-09 hyeonseok lee[layer] revise attention layers to apply softmax as...
2023-02-09 hyeonseok lee[activation] support softmax inplace
2023-02-08 DongHak Park[Application] Add Simple Layer Tensorflow Examples
2023-02-07 Jiho Chu[Memory] Reorder execution order for trainable
2023-02-07 Jiho Chu[Tensor] Remove calcGrad step for trainable layer
2023-02-07 DongHak Park[Application] Add Simple Layers NNtrainer example(FC...
2023-02-07 DongHak Park[Application] Add Simple Layers Pytorch examples
2023-02-01 Jiho Chu[SWAP] modify swap policy
2023-02-01 Jiho Chu[Utils] Add log timestamp type
2023-02-01 SeoHyungjun[Graph] Fix cend function
2023-02-01 Seungbaek Hong[test] add test case when a specific layer is non-trainable
2023-02-01 Seungbaek Hong[Application] Add LSTM examples using pytorch and tenso...
2023-02-01 DongHak Park[Application] Add Resnet Pytorch example
2023-01-31 Jiho Chu[TEST] Add cache loader test
2023-01-31 Jiho Chu[SWAP] Add cache loader class
2023-01-31 Jiho Chu[Profile] Add cache policy column
2023-01-31 Jiho Chu[SWAP] Add memory swap policy
2023-01-31 Jiho Chu[SWAP] extract CacheElem class to new file
2023-01-31 Jiho Chu[SWAP] task executor: Remove stop and clean feature
2023-01-30 Seungbaek Hong[API] set default value on createModel function
2023-01-30 Jiho Chu[Utils] Modify memory usage script
2023-01-27 Jiho ChuModify trace timing
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
next