[Coverity] Fix coverity issue
[platform/core/ml/nntrainer.git] / Applications /
2024-03-20 Eunju Yang[Coverity] Fix coverity issue
2023-09-20 Donghak PARK[Coverity] Fix Coverity issue
2023-09-20 Donghak PARK[Coverity] Fix issue on Draw_Classification Application
2023-09-20 Donghak PARK[Typo] Fix typo
2023-09-20 Donghak PARK[Coverity] Fix Coverity issue on task_runner.cpp
2023-09-20 SeoHyungjun[Ahub] Fix Ahub issue
2023-09-18 hyunil park[Application] bugfix for YOLO version 2
2023-09-18 hyeonseok lee[Application] handle getcwd return null pointer
2023-09-15 Seungbaek Hong[Application] Setup meson file for libyolov2_loss_layer.so
2023-09-12 Seungbaek Hong[Wait for #2177,#2213][Application] rebase for yolo v2
2023-09-12 hyeonseok lee[Application] match nntrainer and pytorch yolo model
2023-09-12 hyeonseok lee[Application] implement yolo v2 loss backwarding
2023-09-12 hyeonseok lee[Application] implement yolo v2 forward
2023-09-12 hyeonseok lee[yolo_v2] yolo v2 loss scaffold
2023-09-12 Seungbaek Hong[Application] add re-orginization layer to Yolo v2
2023-08-21 Donghyeon Jeong[unittest] specify softmax template type
2023-08-21 jijoong.moon[ Bug Fix ] fix the error in FP32 only case
2023-08-21 jijoong.moon[ Tensor ] Templatize apply member function
2023-08-21 Donghyeon Jeong[Application] provide default tensortype
2023-08-21 jijoong.moon[ WIP ] Mixed Tensor Data Type
2023-08-10 Seungbaek Hong[Application] darknet53 pytorch implementation for...
2023-07-04 SeoHyungjun[fix_ahub] Fix Ahub Defect
2023-06-28 SeoHyungjun[fix_ahub] Fix AHub Defect
2023-06-23 Seungbaek Hong[Application] Transfer learning example on Resnet-18
2023-06-14 SeoHyungjun[Application] Fix Resnet18
2023-05-30 Seungbaek Hong[Application] Update yolo v2 model similar to original...
2023-05-11 DongHak Park[Application] Fix Resnet Application -ENABLE_TFLITE_INT...
2023-04-19 jijoong.moon[Application] Fix CVE issues in kotlin gson
2023-04-12 Seungbaek Hong[Application] dataloader for yolo
2023-04-10 DongHak Park[AHub] Fix AHub Defect
2023-04-07 jijoong.moon[NNStreamer] fix input dimension with MAX RANK with 8
2023-04-04 Seungbaek Hong[Application] add validation process of yolo example...
2023-04-04 Seungbaek Hong[Application] Update yolo example of torch for tracking...
2023-04-04 jijoong.moon[ Custom ] Add custom optimizer example in Application
2023-04-04 jijoong.moon[ Application ] Fix the layer type of Simpleshot applic...
2023-03-24 Seungbaek Hong[Application] yolo example moving weight from torch...
2023-03-22 hyunil park[nnstreamer] Create nnstreamer tensor_trainer subplugin
2023-03-22 Seungbaek Hong[WIP][ahub] fix ahub issue
2023-03-21 jijoong.moon[ Application ] Add android resnet application example
2023-03-21 jijoong.moon[Application] Training Resnet kotlin code for Android
2023-03-17 Seungbaek Hong[Application] define YOLO v2 model class
2023-03-17 Seungbaek Hong[Application] Save model trained from pytorch as nntrai...
2023-03-15 Seungbaek Hong[Application] add object detection example using pytorch
2023-03-10 hyeonseok leereplace strerror with strerror_r
2023-02-23 DongHak Park[Application] Merge LSTM to Layers
2023-02-08 DongHak Park[Application] Add Simple Layer Tensorflow Examples
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 Seungbaek Hong[Application] Add LSTM examples using pytorch and tenso...
2023-02-01 DongHak Park[Application] Add Resnet Pytorch example
2023-01-30 Jiho Chu[Utils] Modify memory usage script
2022-12-23 DonghakPark[Tensorflow] Update resnet18 example ( TF1 to TF2 )
2022-12-23 Jiho Chu[Application] mnist: Fix tf example
2022-12-18 DonghakPark[DataGen] Fix RandomDataLoader parms
2022-12-07 Jiho Chu[Application] resnet: Add profiling
2022-12-07 Jiho Chu[Resnet] Fix FakeDataLoader bug
2022-11-27 gichanRevert "[ CI ] Temporal Fix for the CI about NNStreamer...
2022-11-11 jijoong.moon[ CI ] Temporal Fix for the CI about NNStreamer Backone
2022-11-07 DonghakPark[compiler] Revisit tflite_interpreter for TF Lite Export
2022-11-07 seongwoo[compiler] Revisit tflite interpreter
2022-10-31 DonghakPark[typo] Fix typo error
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-08-31 DonghakPark[Trivial] Fix Typo
2022-08-24 jijoong.moon[Applicatin] Add profile for VGG
2022-08-22 jijoong.moon[ UTIL ] add frequency data in mem_usage.sh
2022-08-19 jijoong.moon[Applicatin] Add profile for VGG
2022-08-11 MyungJoo HamFix inappropriate SPDX license tag
2022-08-09 DonghakPark[trivial] Reorganize README.md files
2022-08-04 DonghakPark[Application] Add AlexNet(Fused) Application, Merge...
2022-07-20 DonghakPark[Application] Update README.md File
2022-07-19 hyeonseok lee[trivial] fix ahub issue
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-05 jijoong.moon[ Trivial ] Fix the "Deprecated-declarations" error
2022-06-29 jijoong.moon[ Application ] Fix VGG using CCAPI
2022-06-20 hyeonseok lee[fix] fix svace issue
2022-06-17 hyeonseok lee[Application] add step learning rate scheduler example
2022-06-16 DonghakPark[trivial] fix typo
2022-05-31 Jiho Chu[Utils] Add Memory profile feature to Profiler
2022-05-19 jijoong.moon[ Application ] Update Logistic Regression to use CCAPI
2022-05-19 seongwoo[ccapi] Add exports interface.
2022-05-06 jijoong.moon[ CAPI ] change set_feature_state to compatible with...
2022-04-26 Jiho Chu[Fix] Clean code for resnet application
2022-04-20 Parichay Kapoor[modelloader] Support learning rate scheduler
2022-04-14 jijoong.moon[ TEST ] disable app draw classification if nnstreamer...
2022-04-01 MyungJoo Hamapplication: remove unnecessary capi dep.
2022-03-18 hyeonseok lee[fix] check return value
2022-01-19 Jihoon Lee[compat] remove contrib from tf headers
2022-01-10 jijoong.moon[ Network Graph ] Temporal Fix in getInputGrad
2021-12-29 Jihoon Lee[Const] Make incoming derivative const
2021-12-22 Parichay Kapoor[layer] MAE layer bug fix
2021-12-03 Jihoon Lee[props] Extract connection
2021-12-02 jijoong.moon[ Fix ] bug fixes in tensor_pool and resnet
2021-12-01 Jihoon Lee[nn] Attach multiout realizer
2021-11-30 Parichay Kapoor[layer] Embedding input data format
2021-11-29 Jihoon Lee [layer devel] clean up header dependency
2021-11-29 Jihoon Lee[Build] Use iosfwd instead of iostream
2021-10-26 Jihoon Lee[Android] Remove bfd linker
next