platform/core/ml/nntrainer.git
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
2021-08-26 Jihoon Lee[Dataset] Prepare q for the samplewise iteration
2021-08-26 Jihoon Lee[Dataset] Add Iteration Object
2021-08-26 Jihoon Lee[CAPI] Expose l2norm layer
2021-08-26 Jihoon Lee[tensor_filter] Fix tensorfilter fail
2021-08-26 hyeonseok lee[layer_node] bugfix/validate init_context
2021-08-24 Jihoon Lee[Dataset] Change finalize signature
2021-08-24 Jihoon Lee[Dataset] Rework func dataset to samplewise
2021-08-24 Parichay Kapoor[unittest] backbone property name update
2021-08-23 Jihoon Lee[CAPI] Open centroid KNN
2021-08-23 Parichay Kapoor[memorypool] Introducing memory pool
2021-08-23 Parichay Kapoor[memoryplanner] Introducing memory planner
2021-08-23 Parichay Kapoor[manager] Weight/gradient allocation simplify
2021-08-23 Jihoon Lee[Dataset] Implement samplewise for file
2021-08-23 Jihoon Lee[CAPI] Update description of ml_train_datagen_cb
2021-08-20 Jihoon Lee[CAPI] Reflect feature review
2021-08-20 Jihoon Lee[Backbone/CAPI] Implement backbone layer creation
2021-08-20 Jihoon Lee[Dataset] Implement samplewise producer for random
2021-08-20 Jihoon Lee[Trivial] layer client test was not running
2021-08-20 Parichay Kapoor[context/graph] Catch lifespan + 3-way execution order
2021-08-20 Parichay Kapoor[manager] Set the default usage timestamp for tensors
2021-08-20 Parichay Kapoor[layers] Make requested weight/tensor names unique
2021-08-20 Parichay Kapoor[graph/neuralnet] Move manager from neuralnet to netgraph
2021-08-19 Jihoon Lee[Dataset] Add interface for samplewise producer
2021-08-18 Jihoon Lee[Dataset] Add user_data set Property handler
2021-08-18 Jihoon Lee[CAPI] Reflect privilege reviews
2021-08-18 hyeonseok lee[fix] ahub issues
2021-08-17 Parichay Kapoor[graph/neuralnet] Move manager from neuralnet to netgraph
2021-08-17 Parichay Kapoor[graph] Update check for input node
2021-08-17 Parichay Kapoor[graphnode] Remove index from graph node
2021-08-17 Parichay Kapoor[graph] Remove layerv1 initialize code
next