platform/core/ml/nntrainer.git
2021-10-20 Jihoon Lee[Test] Add recurrent value compare tests
2021-10-20 Jihoon Lee[LSTM] Fix single time step backwarding
2021-10-20 Jihoon Lee[Test] Add model v2 test generator
2021-10-20 Jihoon Lee[Test] Connect v2 test to the parameterized test
2021-10-20 Jihoon Lee[Test] Add models v2 test
2021-10-20 Jihoon Lee[Trivial] Open sizeCheckedReadTensor to util
2021-10-20 Jihoon Lee[Fix/Sharing] Fix gradient updation log
2021-10-20 Parichay Kapoor[layer] Support reshape layer
2021-10-19 Parichay Kapoor[test] GRU with reset_after=False
2021-10-19 Parichay Kapoor[tensor] Add checks for external tensors
2021-10-19 Parichay Kapoor[layer/test] Add unittests for conv1d
2021-10-19 Parichay Kapoor[layer] Add conv1d implementation
2021-10-19 Parichay Kapoor[properties] Bug fix for padding compute
2021-10-19 Jihoon Lee[LSTM] Add lstm fix and test run
2021-10-19 Jihoon Lee[Neuralnet] Add debug mode to check optimizer
2021-10-19 Jihoon Lee[Fix] tensor pool prerequest bug
2021-10-19 Jihoon Lee[Trivial] Move makeGraph function out
2021-10-19 Jihoon Lee[Test] Make model test to take arbitrary nn
2021-10-19 Jihoon Lee[Trivial] Extract golden test from nnt_models
2021-10-19 Jihoon Lee[Trivial] Separate Watchers into a new file
2021-10-18 Parichay Kapoor[mem-opt] Support in-place batch normalization
2021-10-18 Parichay Kapoor[batchnorm] Optimize batch norm memory usage
2021-10-18 Parichay Kapoor[in-place] Support in-place activation
2021-10-18 Jihoon Lee[LayerGroups] Normalize identifiers
2021-10-18 Jihoon Lee[Refactor] Recurrent realizer with in/out props
2021-10-18 Jihoon Lee[Realizer] Implement input realizer
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
next