platform/core/ml/nntrainer.git
2021-10-18 Jihoon Lee[Realizer] Implement slice realizer
2021-10-18 Parichay Kapoor[layer/test] Bug fix for dropout + unittest
2021-10-15 Jihoon Lee[Recurrent] Add timestep property to recurrent layers
2021-10-15 Parichay Kapoor[packaging] Debian launchpad buildfix for focal
2021-10-15 Parichay Kapoor[network] Bug fix for trainable with supportBackwarding
2021-10-15 Jihoon Lee[Model/API] renew addWithReferenceLayers
2021-10-15 Jihoon Lee[Model] Add Model::addWithReferenceLayers
2021-10-15 Parichay Kapoor[layer] Support setBatch for attention layer
2021-10-15 Parichay Kapoor[layer] Add constructor for attention layer
2021-10-14 Parichay Kapoor[layer] Support single timestep for lstm
2021-10-14 Parichay Kapoor[layer] Bug fix of setBatch for LSTM/GRU/RNN
2021-10-14 Parichay Kapoor[layer] Remove setBatch for init context
2021-10-14 Parichay Kapoor[graph/model] Support for multi-label/input for the...
2021-10-14 Jihoon Lee[Sharing] SKip saving shared weights
2021-10-14 Jihoon Lee[Recurrent] Implement finalizing graph
2021-10-14 Jihoon Lee[Recurrent] Implement unrolling
2021-10-14 Jihoon Lee[LayerNode] Add cloneConfiguration function
2021-10-14 Jihoon Lee[Recurrent] Add verification and preparation
2021-10-14 Jihoon Lee[Realizer] Implement remap realizer
2021-10-14 Jihoon Lee[Recurrent] Add skleton of recurrent realizer
2021-10-14 jijoongmoon[ Conv1D ] Add Skeleton code for Conv1D Layer
2021-10-13 Jihoon Lee[Realizer] Apply flatten realizer
2021-10-13 Jihoon Lee[Model] Add memory optimization property
2021-10-13 Jihoon Lee[Test/realizer] Add flatten realizer test
2021-10-13 Jihoon Lee[Sharing] Implement tensor sharing
2021-10-13 Parichay Kapoor[test/layers] Add gru layer testing
2021-10-13 Jihoon Lee[Graph] Add realizer test skeleton
2021-10-13 Jihoon Lee[Graph/recurrent] Add concept of realizer
2021-10-13 Jihoon Lee[Interpreter] Change signature of interpreter
2021-10-13 Jihoon Lee[Fix] Tflite Interpreter disable
2021-10-13 Jihoon Lee[inputs] remove multi input realization
2021-10-13 Parichay Kapoor[layer] Update dropout rate property name
2021-10-10 Jihoon Lee[Debian] Disable debug on normal package build
2021-10-09 Parichay Kapoor[test] Added unittests for LSTM
2021-10-08 Parichay Kapoor[layer] Attention support for different key value
2021-10-08 Jihoon Lee[Fix] Prevent connect input layer when in the middle
2021-10-08 Jihoon Lee[Trivial] Add tensor dim constructor from array
2021-10-08 Jihoon Lee[Trivial] Open up util_func.h header
2021-10-08 Jihoon Lee[Neuralnet] set input, output layers
2021-10-08 Jihoon Lee[Neuralnet] Add property of input layers, label layers
2021-10-08 Jihoon Lee[graph] update getter of input/output dims
2021-10-08 Jihoon Lee[Graph] Identify model_input, model_label
2021-10-08 Parichay Kapoor[test] Add unittest for attention layer
2021-10-08 Parichay Kapoor[test] Add unittest for attention layer
2021-10-08 Parichay Kapoor[layer] attention layer backwarding match
2021-10-08 Parichay Kapoor[layer] Attention layer bugfix
2021-10-08 Parichay Kapoor[layer] Bug fix for softmax operation
2021-10-07 Jihoon Lee[WeightSharing] Remove zero grad
2021-10-07 Jihoon Lee[Test] Add recurrent model test
2021-10-07 Jihoon Lee[fclayer] Update gradient to accumulate
2021-10-07 Jihoon Lee[Tensor pool] Query execution order by source
2021-10-07 Jihoon Lee[Layer] Add constant derivative layer
2021-10-07 Jihoon Lee[WeightSharing] enable weight sharing from manager
2021-10-07 Jihoon Lee[WeightSharing] Pass shared_name from the original
2021-10-07 Jihoon Lee[Property] Add shared_from key to the layer node
2021-10-07 Jihoon Lee[WeightSharing] Implement isFirst/lastAccess
2021-10-07 Jihoon Lee[Recurrent] Add zero grad / delegate apply gradient
2021-10-07 Jihoon Lee[Recurrent] Propagate Trainable variable to weights
2021-10-07 Parichay Kapoor[meson] Disable enable-debug by default
2021-10-07 jijoong.moon[ API ] Add Inference in CCAPI to get loss value
2021-10-07 Parichay Kapoor[pkg] Enable debug mode for CI
2021-10-07 Parichay Kapoor[layer] Add checks for layer tensor overwrite bug
2021-10-07 Parichay Kapoor[conv] Update temporary memory requests
2021-10-06 Jihoon Lee[Dataset/test] Update batch before creating tensor
2021-10-06 Parichay Kapoor[layer] Add backwarding for attention layer
2021-10-06 Parichay Kapoor[layer/test] Add basic test for attention
2021-10-06 Parichay Kapoor[layer] Scaffolding attention layer
2021-10-06 Parichay Kapoor[layernode] Bug fix for finalize
2021-10-06 Jihoon Lee[Test] Add warmup to the golden layer
2021-10-06 Jihoon Lee[Test] Add conv2d golden tests
2021-10-06 Parichay Kapoor[batchnorm] Optimize batch norm backwarding
2021-10-06 Parichay Kapoor[batchnorm] Optimize batch norm forward memory
2021-10-06 Parichay Kapoor[rebase] Rebase fix
2021-10-06 Parichay Kapoor[in-place] Make input layer work in-place
2021-10-06 Parichay Kapoor[inplace opt] Support in-place no-op flatten layer
2021-10-05 Parichay Kapoor[graph/manager] Enable memory v1 optimizations
2021-10-05 Parichay Kapoor[bug fixes] Add bug fixes to manager + tensor pool
2021-10-05 Parichay Kapoor[planner] Update optimized v1 planner
2021-10-05 Parichay Kapoor[networkgraph] Bug fix in execution order calculation
2021-10-05 Parichay Kapoor[flatten] Remove in-place implementation
2021-10-05 Parichay Kapoor[rebase] Add rebase fix
2021-10-05 Parichay Kapoor[memoryPool] Release memory on destroy
2021-10-05 Parichay Kapoor[planner] Optimized v1 planner unittests
2021-10-05 Parichay Kapoor[planner] Add optimized v1 planner
2021-10-05 Parichay Kapoor[rebase] Rebase fix
2021-10-05 Parichay Kapoor[resnet] Enable resnet application
2021-10-01 Parichay Kapoor[batchnorm] Optimize batch norm layer
2021-10-01 Parichay Kapoor[batchnorm] Optimize batch normalization implementation
2021-10-01 Jihoon Lee[Test] Add bn layer inference test
2021-10-01 Parichay Kapoor[rebase] Add rebase fix
2021-10-01 Parichay Kapoor[cleanup/fix] Cleanup + bugfix
2021-10-01 Parichay Kapoor[manager] Temporarily handle external tensors
2021-10-01 Parichay Kapoor[layernode] Bug fix for loss
2021-10-01 Parichay Kapoor[Manager] Manager to use TensorPool for all requests
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
next