platform/core/ml/nntrainer.git
2021-09-30 Jihoon Lee[Test] Add bn layer training
2021-09-30 Jihoon Lee[Fix] gcc-7 has compile error
2021-09-30 Parichay Kapoor[fix] Rebase fix
2021-09-30 Parichay Kapoor[tensorpool] Make tensor list ordered
2021-09-30 Parichay Kapoor[Manager] Use TensorPool for Gradients
2021-09-30 Parichay Kapoor[Manager] Manager use TensorPool for Weights
2021-09-30 Parichay Kapoor[layers] bugfix for layers
2021-09-28 Jihoon Lee[Test] Update layer golden test format
2021-09-28 Parichay Kapoor[TensorPool] Added tensor pool implementation
2021-09-28 Parichay Kapoor[tensorpool] Introducing TensorPool
2021-09-28 Parichay Kapoor[manager] Use memory pool for weights
2021-09-28 Jihoon Lee[Profiler] Enable profiler with fine grained profile
2021-09-28 Parichay Kapoor[manager] Constraint input and ouput tensor sharing
2021-09-28 Parichay Kapoor[manager] Create lifetime and usage list by tensors
2021-09-27 Parichay Kapoor[VarGrad] Cleanup for VarGrad
2021-09-27 Parichay Kapoor[tensor] Add name identifier to Tensor
2021-09-27 Parichay Kapoor[manager] Flatten tensors list
2021-09-24 Parichay Kapoor[memorypool/test] Unittests for memory pool
2021-09-24 Parichay Kapoor[memoryPool] Implementation for memory pool
2021-09-24 jijoong.moon[ Release ] NNTrainer 0.3.0 Release accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20211028.114744 accepted/tizen/unified/20211001.001231 submit/tizen/20210930.082427 submit/tizen_6.5/20211028.162401 tizen_6.5.m2_release
2021-09-23 Parichay Kapoor[resnet/test] Add resnet test for models unittest
2021-09-23 Parichay Kapoor[resnet/test] Add resnet unittest model generation
2021-09-23 Parichay Kapoor[resnet] Add test to resnet application
2021-09-23 Parichay Kapoor[tensor] Reduce num of operations for tensor sum
2021-09-23 Parichay Kapoor[application] Update resnet to match tensorflow
2021-09-23 Parichay Kapoor[application] Add resnet18 tensorflow version
2021-09-23 Jihoon Lee[TEST/fc] Add layer golden test
2021-09-23 Jihoon Lee[Test] Prepare layer golden test data
2021-09-23 Parichay Kapoor[gitignore] Update gitignore
2021-09-23 Parichay Kapoor[unittest/models] Fix matching for models unittest
2021-09-17 Parichay Kapoor[layer] Bug fixes for layers main accepted/tizen/unified/20210917.124903 submit/tizen/20210917.074948
2021-09-16 Jihoon Lee[Fix] Svace issue and minor bugs accepted/tizen/unified/20210916.123506 submit/tizen/20210916.080313
2021-09-16 Jihoon Lee[tcm] Fix tcm criticals
2021-09-16 Jihoon Lee[Interpreter] Enable tests
2021-09-15 hyeonseok lee[util] Remove parse_util.h
2021-09-15 Jihoon Lee[Conv2d] Conv2d Padding Fix
2021-09-15 Jihoon Lee[Fix] upstream build fail
2021-09-15 hyeonseok lee[unittest] Enable model_test_save_load_compare unittest...
2021-09-15 hyeonseok lee[ahub] Init uninit member variable
2021-09-15 hyeonseok lee[layer] bugfix in set acti_func of rnn, lstm, gru
2021-09-15 Jihoon LeeEnable Saving props by delimiter '|'
2021-09-15 Jihoon Lee[test/layers] enable tests when only available
2021-09-15 Jihoon Lee[gbs fix] Enable test not running with main lib
2021-09-15 Jihoon Lee[Fix] Fix semantic tests were not running
2021-09-14 Jihoon Lee[Spec] Exclude generated coverage items
2021-09-13 hyeonseok lee[LayerImpl] Maintain LayerImpl property with props
2021-09-13 hyeonseok lee[layer] clean up parse_util header
2021-09-13 hyeonseok lee[bn layer] Maintain bn layer property with props
2021-09-13 hyeonseok lee[rnn lstm gru layer] Maintain rnn, lstm, gru layer...
2021-09-13 hyeonseok lee[pooling2d layer] Maintain pooling2d layer property...
2021-09-13 hyeonseok lee[preprocess flip layer] Maintain layer property with...
2021-09-13 hyeonseok lee[conv layer] Maintain conv layer property with props
2021-09-13 hyeonseok lee[preprocess translate layer] Maintain layer property...
2021-09-13 hyeonseok lee[split layer] Maintain split layer property with props
2021-09-13 hyeonseok lee[embedding layer] Maintain embedding layer property...
2021-09-13 hyeonseok lee[input layer] Maintain input layer property with props
2021-09-10 Jihoon Lee[Test] Add save load test
2021-09-10 Jihoon Lee[ini] Implement dataset save/loader
2021-09-10 Jihoon Lee[Props] Implement activation property
2021-09-10 Jihoon Lee[Bug] Fix support inplace for distribute Layer
2021-09-10 Parichay Kapoor[bnlayer] Batch norm layer bug fix
2021-09-10 Parichay Kapoor[neuralnet] Fix validation reporting
2021-09-10 Parichay Kapoor[resnet] Fix data loader for resnet application
2021-09-10 Parichay Kapoor[batchnorm] Bug fix for batch norm layer
2021-09-09 Jihoon Lee[props] Support enum properties
2021-09-09 Jihoon Lee[Ini Save] input shape property
2021-09-09 Jihoon Lee[LayerNode] Change context to be RAII
2021-09-09 Jihoon Lee[model] implement save best acc logic
2021-09-09 Jihoon Lee[ini] Implement input layers property
2021-09-07 Jihoon Lee[ini/save] Save Optimizer Section
2021-09-07 Jihoon Lee[Optimizer] Refactor to use props
2021-09-07 Jihoon Lee[IniWrapper] Add factory method
2021-09-07 Jihoon Lee[Trivial] Fix gcc warning (sign compare)
2021-09-07 Jihoon Lee[ini] Implement model save
2021-09-07 Jihoon Lee[ini] Migrate to properties for model
2021-09-07 Jihoon Lee[ini] Prepare model properties
2021-09-07 Jihoon Lee[NeuralNet] Fix testset run
2021-09-06 Parichay Kapoor[test/planner] Unittests for memory planner
2021-09-06 Parichay Kapoor[planner] Support basic memory planner
2021-09-02 Jihoon Lee[Trivial] delete no meaningful save/load test submit/tizen/20210902.005428
2021-08-27 Jihoon Lee[CAPI] Implement model save load accepted/tizen/unified/20210829.234903 submit/tizen/20210827.122527
2021-08-27 Jihoon Lee[Dataset] Reflect final reviews
2021-08-27 Jihoon Lee[Cleanup] Cleanup unused parts from datasets
2021-08-27 Jihoon Lee[Dataset] Change and apply callback handler
2021-08-27 Jihoon Lee[Dataset] DataBuffer Handling
2021-08-27 Jihoon Lee[dataset] Migrate file to dataset sample
2021-08-27 Jihoon Lee[Dataset] Implement databuffer getter
2021-08-27 Jihoon Lee[Dataset] Handle queue edge cases
2021-08-27 Jihoon Lee[itq] Add multiple mt itq test
2021-08-27 Jihoon Lee[Dataset] Add mt support to iteration Queue
2021-08-27 Jihoon Lee[Dataset] Allow iteration to have partial batch
2021-08-27 Jihoon Lee[Ini] change setProperty signature of model
2021-08-27 Jihoon Lee[Save] Prepare to save ini
2021-08-27 Jihoon Lee[CAPI] Add permission denied return
2021-08-27 Jihoon Lee[CCAPI] Implement basic load save
2021-08-26 hyeonseok lee[layer_node] handle deprecated property
2021-08-26 Jihoon Lee[Dataset] Add iteration queue tests
2021-08-26 hyeonseok lee[raw_file_data_producer] handle divide by zero
2021-08-26 Jihoon Lee[Dataset] Change generator_sample signature
2021-08-26 Jihoon Lee[CAPI] Add enum for ini saving
next