platform/core/ml/nntrainer.git
2021-06-08 jijoong.moon[ LSTM ] Fix implementation & add backwarding testcase
2021-06-08 Jihoon Lee[Exporter] Implement saving fc node
2021-06-08 Parichay Kapoor[app] reduce Logistic regression application epochs
2021-06-08 Jihoon Lee[Recorder] Add Input map generation
2021-06-08 Parichay Kapoor[meson] Enable tflite-interpreter by default
2021-06-08 Parichay Kapoor[layer] Move flatten property to layerNode
2021-06-08 Jihoon Lee[Refactor] Delegate tfNode creation to exporter
2021-06-08 hyeonseok lee[Fix] Initialize member variable
2021-06-08 Parichay Kapoor[deb/pkg] Reduce error tolerance for release build
2021-06-07 Jihoon Lee[Tflite] Separate `tfopnode`
2021-06-04 Parichay Kapoor[tflite] Update dependency from tflite to tf2lite
2021-06-04 Parichay Kapoor[pkg/spec] Update spec packaging for tflite layer
2021-06-03 Parichay Kapoor[test] Remove run_unittests
2021-06-03 Parichay Kapoor[deb/pkg] Minor update to deb packaging
2021-06-03 Parichay Kapoor[unittest] Update unittest tolerance for debian build
2021-06-03 Parichay Kapoor[deb/pkg] Add nnstreamer filter and update testing
2021-06-03 jijoong.moon[ Release ] NNTrainer 0.2.0 Release
2021-06-02 Parichay Kapoor[deb/pkg] Update debian install filenames
2021-06-02 Jihoon Lee[Product Ratings] Fix inconsistent batch
2021-06-02 Parichay Kapoor[debian] Refactor debian packaging
2021-06-02 Jihoon Lee[APP] Change embeding to product rating
2021-06-02 Jihoon Lee[tflite] implement build operations in subgraph
2021-06-02 Parichay Kapoor[context/optimizer] Enable plugged optimizer
2021-06-02 Parichay Kapoor[optimizer] Update optimizer setProperty interface
2021-06-01 Jihoon Lee[Example] Concat example
2021-06-01 Jihoon Lee[Fix] Prevent creating multiout for split
2021-06-01 Parichay Kapoor[split/test] Added unittests for split layer
2021-06-01 Parichay Kapoor[split layer] Add forwarding and backwarding
2021-06-01 Parichay Kapoor[split layer] Added split layer scaffolding
2021-05-31 Jihoon Lee[App] Make embedding golden data optional
2021-05-31 jijoong.moon[ LSTM ] Fix implementation & add backwarding testcase
2021-05-31 jijoong.moon[ LSTM ] Backwarding Implementation
2021-05-28 Jihoon Lee[VarGrad] Add clone Transpose
2021-05-28 Jihoon Lee[Tflite] Add model input, output
2021-05-27 Jihoon Lee[Fix/graph] fix index after removing node
2021-05-27 Jihoon Lee[Test/Model] Prepare addition model
2021-05-27 Jihoon Lee[Fix] Output layer setup correctly
2021-05-27 Jihoon Lee[LayerNode] Add print function
2021-05-27 Jihoon Lee[Test/models] prepare to support non-linear models
2021-05-26 Parichay Kapoor[graph] Add non-const iterators
2021-05-26 Parichay Kapoor[graph] Graph cleanup getNodes()
2021-05-26 Parichay Kapoor[graph] Cleanup graph usage
2021-05-26 Parichay Kapoor[graph] Migrate to graph core
2021-05-25 hyeonseok lee[Addition] fix forwarding
2021-05-25 Jihoon Lee[Tflite] Fix tf shape building
2021-05-24 Jihoon Lee[Fix] Add missing header
2021-05-24 Jihoon Lee[Props] Add Name validator and unittest
2021-05-24 Jihoon Lee[Conv2d/Test] Add more test
2021-05-24 Jihoon Lee[Conv2d] Clean up conv2d relates
2021-05-24 Jihoon Lee[Tflite] Implement `BuildTensors`
2021-05-24 Parichay Kapoor[fc] Make bias derivative in-place
2021-05-24 Parichay Kapoor[tensor] Update tensor sum
2021-05-21 Jihoon Lee[tflite] Implement `buildBuffers`
2021-05-18 Parichay Kapoor[android] Fix android build
2021-05-18 Parichay Kapoor[time_dist] setProperty for time distribution layer
2021-05-18 Parichay Kapoor[model] Model inference should not catch throw
2021-05-18 Parichay Kapoor[graph] Add graph core class
2021-05-18 Jihoon Lee[Props] Add vector/array handler
2021-05-18 Jihoon Lee[Svace] Fix dangling reference issue
2021-05-17 Jihoon Lee[Tflite] Implement serializing opcode
2021-05-17 Jihoon Lee[TfLite] Implement TfOpIdxMap
2021-05-17 Jihoon Lee[Tflite] Implement TfOpNode
2021-05-14 Jihoon Lee[Props] Add dimension property
2021-05-13 Jihoon Lee[Update] update daily build badge
2021-05-13 Parichay Kapoor[graph] Bug fix for addLossLayer
2021-05-13 Parichay Kapoor[graph] Update graph node
2021-05-12 Jihoon Lee[Fix] Add compiler complaining types
2021-05-12 Jihoon Lee[tflite] implement serialize
2021-05-12 Parichay Kapoor[test] Resolve golden data of size 0
2021-05-11 Jihoon Lee[Tf/Skeleton] Add basic meta data
2021-05-11 Jihoon Lee[Props] Change is_valid function signature
2021-05-11 Jihoon Lee[Props] Add cast operator
2021-05-11 Jihoon Lee[Props] Separate base_propeties to a source
2021-05-11 hyeonseok leeHandle PARAMETER_HIDDEN, NULL_RETURNS issue
2021-05-10 Jihoon Lee[Skeleton] Add Tflite interpreter skeleton
2021-05-10 Jihoon Lee[Trivial] Add tflite schema
2021-05-10 hyeonseok leeAdded try catch statement
2021-05-07 hyeonseok leeHandle Uncaught exception issue
2021-05-06 Jihoon Lee[IniSerializer] Add `serialize` to ini
2021-05-04 hyeonseok leeHandle Uninitialized pointer field issue
2021-05-04 hyeonseok leeHandle Uncaught exception issue
2021-05-04 hyeonseok leeHandle NO_EFFECT issue
2021-05-04 hyeonseok leeHandle GTEST.NO_ASSERTION issue
2021-05-03 Jihoon Lee[Layer/props] Convert name to props.
2021-05-03 Jihoon Lee[TensorDim/Tensor] Update transpose relates
2021-05-03 Jihoon Lee[NDK] Add frtti to application build
2021-05-03 Jihoon Lee[Props] Implement load properties
2021-05-03 Jihoon Lee[Doxygen] Add doxygen to tensordim
2021-05-03 Jihoon Lee[Fix] handle edge case for countNonTrainable
2021-05-03 Parichay Kapoor[graph] Bug fix for duplicate output connections
2021-04-30 Jihoon Lee[Doxygen] Add missing function tags
2021-04-30 Jihoon Lee[FC/props] Wrap properties with properties
2021-04-30 jijoong.moon[ TIME DIST ] Implement Backwarding of TimeDistLayer
2021-04-30 jijoong.moon[ TIME DIST ] add example
2021-04-30 jijoong.moon[ TIME DIST ] Forwarding Implementation
2021-04-30 jijoong.moon[ TIME DIST ] Implement Initialization of Time Dist...
2021-04-30 Jijoong MoonRevert "[ TIME DIST ] Implement Initialization of Time...
2021-04-30 Jijoong MoonRevert "[ TIME DIST ] Forwarding Implementation"
2021-04-30 Jijoong MoonRevert "[ TIME DIST ] add example"
2021-04-30 Jijoong MoonRevert "[ TIME DIST ] Implement Backwarding of TimeDist...
next