[ahub] fix ahub issue
[platform/core/ml/nntrainer.git] / nntrainer / models / neuralnet.cpp
2023-03-16 hyeonseok lee[ahub] fix ahub issue
2023-03-12 Jiho Chu[NEURALNET] Refine forwarding operation
2023-02-27 DongHak Park[Flatbuffer] Create flatbuffer_interpreter.h
2023-02-23 Jiho Chu[Memory] Add apply gradient step
2023-02-09 Jiho Chu[SWAP] Add lokkahead property
2023-02-07 Jiho Chu[Tensor] Remove calcGrad step for trainable layer
2022-11-03 Jiho Chu[Profile] Add annotate for memory profiling
2022-11-03 Jiho Chu[Context] Propergate property to model
2022-10-31 DonghakPark[typo] Fix typo error
2022-10-23 Jiho Chu[Model] Add memory swap path property
2022-10-14 hyeonseok lee[neuralnet] check stop_cb by every layer
2022-10-13 Jiho Chu[Property] Add memory_swap property
2022-09-30 hyeonseok lee[neuralnet] add log about training
2022-08-19 hyeonseok lee[neuralnet] adjust epoch_idx when stop_cb is called
2022-06-22 hyeonseok lee[neuralnet] check tflite interpreter is enabled when...
2022-05-31 Jiho Chu[Utils] Add Memory profile feature to Profiler
2022-05-19 seongwoo[ccapi] Add exports interface.
2022-05-11 jijoong.moon[ CCAPI ] add copy model configuration & get/set Weight...
2022-05-11 hyeonseok lee[neuralnet] set epoch_idx to zero only if train from...
2022-05-11 hyeonseok lee[model] support stop training
2022-04-20 Parichay Kapoor[optimizer] Update to use learning rate schedulers
2022-04-20 Parichay Kapoor[optimizer] Use optimizer wrapped
2022-04-14 hyeonseok lee[neuralnet] enhance print function to print graph info
2022-04-06 hyeonseok lee[neuralnet] Add null character when load optizmier...
2022-03-14 Jihoon LeeChange loading meta information behavior
2022-03-10 Jihoon LeeRevert "Load Optimizer Variables"
2022-03-10 jijoong.moonLoad Optimizer Variables
2022-02-21 Parichay Kapoor[weight] weight regularization and decay with clip
2022-02-21 Parichay Kapoor[weight-decay] Bug fix for weight decay with adam
2022-02-18 jijoong.moon[Load/Save] Update to load and save the adam momentum...
2022-02-17 Parichay Kapoor[api] Update model inference API
2022-02-07 jijoong.moon[ SAVE/LOAD ] save / load optimizer variables
2021-12-28 Jihoon Lee[RecurrentRealizer] Modify to have connection
2021-12-28 Jihoon Lee[Realizer] Change input connection semantics
2021-12-28 Jihoon Lee[Realizer] Change slice realizer to get connection
2021-12-15 Jihoon Lee[API] Add layer visitor for the model
2021-12-07 Parichay Kapoor[model] Add clip gradient norm property
2021-12-03 Jihoon Lee[Fix] Setting batch after finalize/initialize
2021-12-03 Jihoon Lee[Fix] fix inconsistency when saving a model
2021-12-03 Jihoon Lee[tidy] Remove getInputLayers usage
2021-12-03 Jihoon Lee[nn] Apply input connection to compile/initialize
2021-12-03 Jihoon Lee[nn] InputLayer->InputConnection
2021-12-01 Parichay Kapoor[model/graph] Clip the gradients and then apply
2021-12-01 Parichay Kapoor[model/graph] Skip apply gradients if it is to be clipped
2021-12-01 Jihoon Lee[Clean] Remove unused function
2021-12-01 Jihoon Lee[nn] Attach activation realizer
2021-12-01 Jihoon Lee[nn] Attach multiout realizer
2021-11-29 hyeonseok lee[fix] Set input layer when given input layer is empty
2021-11-29 Jihoon Lee[Build] Use iosfwd instead of iostream
2021-11-29 Jihoon Lee[nn] Apply previous input realizer
2021-11-24 Jihoon Lee[Filter] Add dimension inference mechanism
2021-11-03 Parichay Kapoor[graph] Allocate memory based on which node runs
2021-11-03 Parichay Kapoor[graph] Skip backwarding bug fix
2021-10-21 Jihoon Lee[Fix] fix validate Input
2021-10-20 Parichay Kapoor[network/neuralnet] Move backwarding to network
2021-10-19 Jihoon Lee[Neuralnet] Add debug mode to check optimizer
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-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-14 Parichay Kapoor[graph/model] Support for multi-label/input for the...
2021-10-13 Jihoon Lee[Realizer] Apply flatten realizer
2021-10-13 Jihoon Lee[Model] Add memory optimization property
2021-10-13 Jihoon Lee[Interpreter] Change signature of interpreter
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-07 Jihoon Lee[WeightSharing] Remove zero grad
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 jijoong.moon[ API ] Add Inference in CCAPI to get loss value
2021-10-06 Parichay Kapoor[in-place] Make input layer work in-place
2021-10-01 Parichay Kapoor[cleanup/fix] Cleanup + bugfix
2021-10-01 Parichay Kapoor[manager] Temporarily handle external tensors
2021-10-01 Parichay Kapoor[Manager] Manager to use TensorPool for all requests
2021-09-16 Jihoon Lee[Fix] Svace issue and minor bugs accepted/tizen/unified/20210916.123506 submit/tizen/20210916.080313
2021-09-10 Jihoon Lee[ini] Implement dataset save/loader
2021-09-10 Parichay Kapoor[neuralnet] Fix validation reporting
2021-09-09 Jihoon Lee[model] implement save best acc logic
2021-09-07 Jihoon Lee[ini/save] Save Optimizer Section
2021-09-07 Jihoon Lee[IniWrapper] Add factory method
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[NeuralNet] Fix testset run
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] Migrate file to dataset sample
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 Jihoon Lee[tensor_filter] Fix tensorfilter fail
2021-08-20 Parichay Kapoor[context/graph] Catch lifespan + 3-way execution order
2021-08-20 Parichay Kapoor[graph/neuralnet] Move manager from neuralnet to netgraph
2021-08-17 Parichay Kapoor[graph/neuralnet] Move manager from neuralnet to netgraph
2021-08-16 Jihoon Lee[Trivial] dataset usage enum rename
2021-08-10 Jihoon Lee[Dataset] Remove unused part from refactoring
next