platform/core/ml/nntrainer.git
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
2021-08-16 Jihoon Lee[CAPI] Assign values to the enum
2021-08-16 Jihoon Lee[CAPI] Update regarding the review script
2021-08-16 Jihoon Lee[Trivial] dataset usage enum rename
2021-08-16 Jihoon Lee[CAPI] Add permission denied return value
2021-08-16 Jihoon Lee[CAPI] Change privilege to remark
2021-08-16 Jihoon Lee[CAPI] Add privilege to documentation
2021-08-16 Jihoon Lee[CAPI/ACR] Fix typo and doxygen tag
2021-08-16 Jihoon Lee[Trivial] Reflect acr review script
2021-08-16 Jihoon Lee[CAPI/ACR] Add remark on tensor info getter
2021-08-13 Jihoon Lee[fixes] Add bug fixes from asan
2021-08-13 Parichay Kapoor[fixes] Add bug fixes found with address sanitizer
2021-08-10 Jihoon Lee[Dataset] Remove unused part from refactoring
2021-08-10 Jihoon Lee[Dataset] Adopt new datagetter to databuffer
2021-08-10 Parichay Kapoor[tensor/test] Unittests for tensor allocate and initialize
2021-08-10 Parichay Kapoor[layer] Add support for initializer in requestTensor
2021-08-10 Parichay Kapoor[weight] Weight cleanup related to initializer
2021-08-10 Parichay Kapoor[var_grad] Support initializer for var_grad
2021-08-10 Parichay Kapoor[Tensor] Support initializer with tensor
2021-08-10 Parichay Kapoor[tensor] WeightInitializer refactor to Tensor::Initializer
2021-08-10 Parichay Kapoor[tensor/weight] Update WeightInitializer to TensorIniti...
2021-08-09 Jihoon Lee[Dataset] Change factory signature
2021-08-08 Parichay Kapoor[devel/pkg] Update the devel packaging
2021-08-08 hyeonseok lee[unittest] enable commented unittest
2021-08-06 hyeonseok lee[tensordim] move implementation to source file
2021-08-06 MyungJoo HamDebian: you don't have debian-build meson option.
2021-08-05 hyeonseok lee[mesonbuild] update meson build
2021-08-05 Parichay Kapoor[optimizer] Rename initialize to finalize
2021-08-05 Parichay Kapoor[layer] Update layer.h setProperty interface
2021-08-05 Parichay Kapoor[optimizer] Cleanup optimizer and remove dependency...
2021-08-05 Jihoon Lee[Dataset] Implement data getter
2021-08-03 Parichay Kapoor[tensorfilter] Update tensor filter to use ccapi
2021-08-03 Jihoon Lee[DataSet] Refactor to use properties
2021-08-03 Jihoon Lee[Dataset] Add thread safe queue for the buffer
2021-08-03 Parichay Kapoor[weight/var_grad] Remove exposure of weight/var_grad
2021-08-03 Parichay Kapoor[utils] Split parse_utils into two for cleaner headers
2021-08-03 Parichay Kapoor[optimizer] Deprecate optimizer factory
2021-08-03 Parichay Kapoor[test] capi unittest fix
2021-08-03 Jihoon Lee[CAPI] Move save/load api to public
2021-08-03 Parichay Kapoor[tensor_filter] Remove dependency on nntrainer::Tensor
2021-08-03 Parichay Kapoor[tensor filter] Bugfix for nnstreamer's tensor filter
2021-08-03 Parichay Kapoor[c++/model] Add model inference to c++ API
2021-08-03 Parichay Kapoor[loss] BugFix for regularization loss
2021-08-03 Parichay Kapoor[test] Enable c/cc diabled tests
2021-08-03 Jihoon Lee[dataset] Add file producer
2021-08-02 hyeonseok lee[CAPI] Implement ml_train_model_get_input|output_dims
next