platform/core/ml/nntrainer.git
2021-07-13 Parichay Kapoor[spec/pkg] Bugfix for dependency
2021-07-13 Jihoon Lee[Padding] Add padding compute function
2021-07-13 Jihoon Lee[CAPI] Add ml_train_model_get_input|output_dims
2021-07-13 Jihoon Lee[Resnet] Sync resnet app with validated model
2021-07-12 Jihoon Lee[Padding] Add padding verification
2021-07-09 Jihoon Lee[Fix] File name sanitization
2021-07-07 Jihoon Lee[docs] Add readme for resnet
2021-07-07 Jihoon Lee[Padding] Add padding2d prop header
2021-07-07 Jihoon Lee[Fix] Weight initializer stddev calculation
2021-07-06 Jihoon Lee[Resnet] Connect the model with cifar100
2021-07-05 Jihoon Lee[Test/Bn] Add conv2d model test
2021-07-05 Jihoon Lee[resnet] Implement test run to resnet
2021-07-02 jijoong.moon[ Recurrent ] Implement Dropout for Recurrent Net
2021-07-01 Jihoon Lee[Fix/trivial] Change rpm group description
2021-07-01 Jihoon Lee[Resnet] Create resnet model
2021-06-30 Jihoon Lee[Resnet/skeleton] Add helper functions
2021-06-28 Jihoon Lee[Skeleton] Add resnet application skeleton
2021-06-25 hyeonseok lee[Fix] coverity, svace issues
2021-06-25 Jihoon Lee[CustomLoss] Update example
2021-06-24 Jihoon Lee[CustomLoss] Implement mae loss layer
2021-06-23 Parichay Kapoor[layer_v2] Fixes to merge layer_v2 with main branch
2021-06-23 Jihoon Lee[LayerNode] Change flatten and distribute to prop
2021-06-23 hyeonseok lee[Optimizer] Implement getOptimizerVariableDim
2021-06-23 Jihoon Lee[LayerNode] Add layer(devel) to the node
2021-06-23 Jihoon Lee[AppContext] Integrate layer-devel
2021-06-23 Parichay Kapoor[manager] Support initialization/allocation of weights
2021-06-23 Parichay Kapoor[network] Remove check for double activation
2021-06-23 Parichay Kapoor[layercontext] Minor bugfix for layer context
2021-06-23 Parichay Kapoor[networkgraph] Network graph updated for Layer V2
2021-06-23 Jihoon Lee[Test/Prepare] Add layer semantics test
2021-06-23 Jihoon Lee[Layer] Add trainable prop
2021-06-23 Parichay Kapoor[manager] Add support for request Inputs/outputs
2021-06-23 hyeonseok lee[layer-internal] refactoring weight, input, output...
2021-06-23 Parichay Kapoor[graph] Support creating RunLayerContext
2021-06-23 Parichay Kapoor[manager] Add support for request Inputs/outputs
2021-06-23 Jihoon Lee[Properties] Add float and boolean cases
2021-06-23 Jihoon Lee[Props] Add concept of empty to property
2021-06-23 Jihoon Lee[Layer] Scaffold layer impl
2021-06-23 Jihoon Lee[Layer] Add const to the layer::getName()
2021-06-23 hyeonseok lee[layer-internal] refactoring getInputDimension getOutpu...
2021-06-23 Parichay Kapoor[neuralnet] Bug fix for graph usage
2021-06-23 Parichay Kapoor[graph] Remove non-const iterators
2021-06-23 Parichay Kapoor[graph] Graph iterator for sorted and unsorted
2021-06-23 Parichay Kapoor[graph] Update node_names to unordered_set
2021-06-23 Parichay Kapoor[graph] Make adjacency list lazily
2021-06-23 Parichay Kapoor[manager] Support request Tensors and Weights
2021-06-23 hyeonseok lee[layer_internal] refactoring read, save
2021-06-23 Jihoon Lee[Test/Scaffolding] Prepare test for the new layer
2021-06-23 Jihoon Lee[Refactor] s/Layer/LayerV1
2021-06-23 Parichay Kapoor[context] Layer context creation scaffolding
2021-06-23 Parichay Kapoor[addition] Bug fix addition layer calcDerivative
2021-06-22 Jihoon Lee[Plugin/Test] Add preset plugin for general test
2021-06-18 Jihoon Lee[Custom/Loss] Add scaffolding for loss example
2021-06-18 Jihoon Lee[CC17] Update type to inline static
2021-06-17 jijoong.moon[ GRU ] Add GRU Unittest
2021-06-17 jijoong.moon[ Recurrent ] Fix activation type
2021-06-17 jijoong.moon[ GRU ] implement fowarding / backwarding of GRU Layer
2021-06-17 Jihoon Lee[Props] Add concept of empty to property
2021-06-17 jijoong.moon[ Unit Test ] Fix LSTM / RNN Unittest
2021-06-17 jijoong.moon[ GRU ] Skeleton Code for GRU
2021-06-16 Parichay Kapoor[docs] Update docs for tflite version
2021-06-16 Jihoon Lee[Refactor] s/Layer/LayerV1
2021-06-16 Jihoon Lee[API/Devel] Retouch devel header
2021-06-16 Parichay Kapoor[neuralnet] Neural network bugfix
2021-06-16 Parichay Kapoor[unittests] Update unittests for new gtest version
2021-06-15 Jihoon Lee[Loss] Apply requireLabel to feed label
2021-06-15 Parichay Kapoor[layer] Move name to LayerNode
2021-06-15 Parichay Kapoor[split layer] Initialize class member bugfix
2021-06-15 Parichay Kapoor[layer context] Propose layer context and layer_devel
2021-06-15 Jihoon Lee[C++17] Bump base version to c++17
2021-06-14 Parichay Kapoor[deb/pkg] Updates for debian packaging
2021-06-14 Jihoon Lee[Props] Implement input_layers as a property
2021-06-14 Jihoon Lee[Test/models] Add addition test
2021-06-14 Jihoon Lee[Retouch] unittest_models test cases
2021-06-14 Parichay Kapoor[deb/pkg] Increase c-api unittest timeout
2021-06-14 Jihoon Lee[Docs] Update custom documentation for loss layer
2021-06-14 Parichay Kapoor[deb] Update lower tolerance bug + increase timeouts
2021-06-11 Jihoon Lee[Trivial] Change return -> retval
2021-06-11 Parichay Kapoor[interpreter] Updated export_to usage with LayerNode
2021-06-11 Parichay Kapoor[layerNode] Refactor get/set number of inputs/outputs
2021-06-11 Parichay Kapoor[layer/node] Move input/output layers to LayerNode
2021-06-11 Parichay Kapoor[api] Added api dependency in pc files
2021-06-11 jijoong.moon[ RNN ] Add Multi-Layer RNN Unit Tests
2021-06-11 Jihoon Lee[Trivial] Fix NDK warning -Wbraced-scalar-init
2021-06-10 Parichay Kapoor[test/model] Cleanup unittest_nntrainer_models
2021-06-10 Parichay Kapoor[layer] Support inPlace() as an interface for the layer
2021-06-10 Jihoon Lee[Layer] Add requireLabel() function
2021-06-10 Parichay Kapoor[APP] Add tensorflow based product rating
2021-06-10 Jihoon Lee[SplitLayer] Support flexible dimension
2021-06-10 Jihoon Lee[Permute] Add permute layer forward/backward
2021-06-10 jijoong.moon[ RNN ] Add unittest case & return_sequence
2021-06-10 Jihoon Lee[Recorder] Add multiout equivalent in transLayer
2021-06-09 jijoong.moon[ LSTM ] Add Multi-Layerd LSTM Unittest
2021-06-09 Jihoon Lee[Permute] Implement peripheral functions
2021-06-09 Parichay Kapoor[layer] Move distribute to LayerNode
2021-06-08 Jihoon Lee[Layer] Add permute layer scaffolding
2021-06-08 jijoong.moon[ LSTM ] Add More Unit Test Cases
2021-06-08 jijoong.moon[ LSTM ] Add Unit test for LSTM Layer
2021-06-08 jijoong.moon[ LSTM ] Add return_sequence
2021-06-08 jijoong.moon[ LSTM ] LSTM Unit Test Cases
next