platform/core/ml/nntrainer.git
2020-11-15 Parichay Kapoor[docs] Update docs about backbone features
2020-11-15 Parichay Kapoor[backbone/ini] Support subgraph with ini backbone
2020-11-15 Parichay Kapoor[backbone] Add ini backbone properties
2020-11-13 Jihoon Lee[Layer] Change layer type to string
2020-11-13 Mete OzayUpdate README.md
2020-11-12 Parichay Kapoor[nnstreamer/backbone] Update to support more backbone
2020-11-12 Parichay Kapoor[cifar] Update cifar application with backbone
2020-11-12 Jihoon Lee[Optimizer] Change enum type to string
2020-11-12 Jihoon Lee[Fix] Throw when read/save fails
2020-11-11 Jihoon Lee[Test] Add conv2d Integrated test
2020-11-11 Jihoon Lee[Conv] Fix convlayer backwarding
2020-11-11 jijoong.moon[ POOLING ] Fix global pooling dimensions
2020-11-10 Parichay Kapoor[backbone] Documentation for backbone
2020-11-09 jijoong.moon[ Layer ] Add Output Layer to support multiple output
2020-11-09 hyeonseok lee[README] Modify the image url
2020-11-09 Parichay Kapoor[bn layer] Support non-trainable mode
2020-11-09 Jihoon Lee[Test/Py] Add translayer
2020-11-06 jijoong.moon[ Util ] Add how to generate cifar 10/100 bmp images
2020-11-06 Parichay Kapoor[README] Bugfix for image display
2020-11-06 Parichay Kapoor[debian/dist] Updated debian packaging of files
2020-11-06 Parichay Kapoor[restructure] Restructure the core files
2020-11-06 Parichay Kapoor[Delegate] Add delegate support header
2020-11-05 Parichay KapoorUpdate application to use backbone
2020-11-05 Parichay Kapoor[backbone] Added native support for tflite backbone
2020-11-05 jijoong.moon[ Layer ] Add input_layers keyword
2020-11-05 Parichay Kapoor[backbone] unittest for external backbone
2020-11-05 Parichay Kapoor[backbone] Support for external backbone
2020-11-05 hyeonseok leeAdd github account on README.md file
2020-11-05 Jihoon Lee[IntegratedTest] Add batch normalization test
2020-11-05 Jihoon Lee[Test/Util] Update ini / debug info
2020-11-04 Parichay Kapoor[concat] Move validity checks to init
2020-11-04 Parichay Kapoor[tensorfilter] Bug fix of tranpose
2020-11-03 Mete OzayTroubleshooting installation process with observed...
2020-11-02 Jihoon Lee[Fix/test] Fix adam iteration start to 1
2020-11-02 jijoong.moon[ Layer ] Add Concat Layer
2020-11-02 Jihoon Lee[Test] Refactor recorder.py
2020-11-02 Jihoon Lee[Fix/bn] Fix batchnormalize layer
2020-11-02 Jihoon Lee[Fix/Optimizer] Fix decay_rate application
2020-11-02 Parichay Kapoor[backbone] Add trainable feature to backbone
2020-10-30 jijoong.moon[ Layer ] Multiple Input Dimensions
2020-10-30 Parichay Kapoor[backbone] Add unittests for backbone
2020-10-30 Parichay Kapoor[model] Remove redundant checks
2020-10-30 Parichay Kapoor[model] Add support of ini based backbone to the model
2020-10-29 Jihoon Lee[Layer] Fix 'stream << ' delegation
2020-10-29 Dongju Chae[README.md] Add hall-of-fame section to README.md
2020-10-27 Jihoon Lee[Test] Add ParamTest scaffolding for model tests
2020-10-27 Jihoon Lee[Refactor/Test] Move iniTest to modelfile
2020-10-27 jijoong.moon[ TENSOR ] Change to get Tensor Vector
2020-10-26 Parichay Kapoor[layer] Print layer name over layer address
2020-10-26 Parichay Kapoor[layer/optimizer] Bugfix for variadic templates
2020-10-26 jijoong.moon[ Application ] VGG using learning rate decay
2020-10-26 Jihoon Lee[Test] Add unittest_nntrainer_models
2020-10-23 Parichay Kapoor[ccapi] Added unittests for ccapi
2020-10-23 Jihoon Lee[Weight] Add ctors
2020-10-23 Parichay Kapoor[ccapi] Enable pkgconfig
2020-10-23 Parichay Kapoor[app] MNIST application with cc api
2020-10-23 Parichay Kapoor[ccapi] Initial draft for c++ API
2020-10-21 Parichay Kapoor[vgg] Tensorflow VGG bugfix
2020-10-20 Jihoon Lee[Bug/Act] Fix setActivation call properly
2020-10-20 Jihoon Lee[NN] call setBatchSize at init
2020-10-20 jijoong.moon[ ADMIN ] Add code of conduct
2020-10-20 Jihoon Lee[IntegratedTest] Add test generator
2020-10-19 Jihoon Lee[IntegratedTest] Add methods and types for tests
2020-10-19 Parichay Kapoor[databuffer] Cleanup databuffers for ccapi
2020-10-15 jijoong.moon[ Pooling 2D ] Fix calculate max when pooling 2d
2020-10-15 jijoong.moon[ Application ] NNTrainer Validation with VGG
2020-10-14 Jihoon Lee[Docs] Remove docker GIAG from readme.md
2020-10-14 Geunsik Lim[GitHub Replaced @NNStreamer/nntrainer with @nnstreamer...
2020-10-13 Parichay Kapoor[layer] Update the layer constructors
2020-10-13 Parichay Kapoor[optimizer] Refactor optimizer
2020-10-12 jijoong.moon[ Max Pooling ] Fix bug when max_id created
2020-10-12 Jihoon LeeRefactor getDataFromBuffer
2020-10-12 Jihoon Lee[CS/Docs] Update readme
2020-10-12 Jihoon Lee[CS] Add cutoff logic through accuracy
2020-10-12 Jihoon Lee[CS/Refactor] Scrape ecore pipe from the train_
2020-10-11 Parichay Kapoor[Tensor/model] Move some member functions to private
2020-10-11 Parichay Kapoor[layer] Update layer interface
2020-10-08 Jihoon Lee[CS] Improve UI Interaction
2020-10-07 Jihoon Lee[CS] Add color to the label and fix status
2020-10-07 Jihoon Lee[CS] Change png -> jpeg
2020-10-07 Yongjoo Ahn[typo] Fix minor typos in spec file
2020-10-06 Jihoon Lee[CS] Show inference
2020-10-06 Jihoon Lee[CS] s/draw_target/label + mode/
2020-10-06 Parichay Kapoor[inference] Remove deciding for inference at model...
2020-10-06 Jihoon Lee[Databuffer] Fix queue is not emptied properly
2020-10-05 Yongjoo Ahn[build/meson] Add gmodule_dep for nnstreamer subplugin
2020-10-05 Jihoon Lee[Filter/refactor] Refactor error handling logic
2020-10-05 Jihoon Lee[CS] Add inference pipeline
2020-10-05 jijoong.moon[ Packaging ] Meta Package for NNTrainer
2020-10-05 Parichay Kapoor[neuralnet] Add alternatives to getLoss
2020-10-04 Jihoon Lee[CS] Enlarge fonts and s/test/eval
2020-10-04 Jihoon LeeAdd print preset
2020-10-04 Parichay Kapoor[batchsize] Change the semantics of batch size
2020-09-28 Parichay Kapoor[weight] weight class to simplify headers
2020-09-28 Jihoon Lee[CS] Add visual queue when training is done
2020-09-25 Parichay Kapoor[app/test] Enable app-test with enable-test
2020-09-25 Parichay Kapoor[MNIST] Add output verification with tizen build
2020-09-25 Parichay Kapoor[transferlearning] Add output verification with gtest
2020-09-25 Parichay Kapoor[gitignore] Update for android build
2020-09-25 Jihoon Lee[CS] Prevent HW backkey press while training
next