projects
/
platform
/
core
/
ml
/
nntrainer.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/core/ml/nntrainer.git
2021-07-22
Parichay Kapoor
[test] Enable modelfile unittest
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[layer] Cleanup layer_factory
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[api/network] Update api/network for new losses
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[losslayer] Update loss layer with LayerV2 design
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[layernode] Maintain input_dim with LayerContext
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[inputlayer] Update input layer with LayerV2 design
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[var_grad] Remove cloneTransposeVariableOnly interface
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[layerV2] Update build for Layerv2
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[layer/factory] Update layer factory for LayerV2
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[layer/node] Update layer and node for LayerV2
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[fc] Update fc layer for LayerV2
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[layer/optimizer] Reduce usage of getObject() for optimizer
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[network/neuralnet] Reduce dependence on LayerV1
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[backbone] Remove support for scalesize
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[layernode] Update throw to retval in setProperty
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[executionMode] Added mode of execution
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[var_grad] Update trainable to need_gradient
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[backbone] Update default backbone to be trainable
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[layer] Update getTrainable with supportBackwarding
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[layernode] Move actiovation to LayerNode
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[LayerImpl] Add weight/bias properties to LayerImpl
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[layernode] Move loss to layer node
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[layer context] Add interfaces for setBatch
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[layernode] Layer interfaces support in LayerNode
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Parichay Kapoor
[manager] Memory allocation for non-weight tensors
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Jihoon Lee
[Dataset] Add random producer
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Jihoon Lee
[Dataset] Introduce data producer
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
hyeonseok lee
[Fix] Logical expression
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
jijoong.moon
[ Layer ] implementation of DropOut Layer
commit
|
commitdiff
|
tree
|
snapshot
2021-07-20
Jihoon Lee
[Dataset/CAPI] implement dataset ctor
commit
|
commitdiff
|
tree
|
snapshot
2021-07-20
Parichay Kapoor
[application] MNIST application
commit
|
commitdiff
|
tree
|
snapshot
2021-07-20
Parichay Kapoor
[activation] Update implementation for in-place
commit
|
commitdiff
|
tree
|
snapshot
2021-07-19
Parichay Kapoor
[application] Disable MNIST unittest
commit
|
commitdiff
|
tree
|
snapshot
2021-07-19
Jihoon Lee
[capi] Implement dataset_set_property_for_usage
commit
|
commitdiff
|
tree
|
snapshot
2021-07-19
Jihoon Lee
[dataset/cleanup] Remove usage from dataset impl
commit
|
commitdiff
|
tree
|
snapshot
2021-07-16
Jihoon Lee
[devel] Add layer_devel to devel
commit
|
commitdiff
|
tree
|
snapshot
2021-07-15
Jihoon Lee
[dataset/cleanup] Remove type from dataset
commit
|
commitdiff
|
tree
|
snapshot
2021-07-15
Jihoon Lee
[dataset] split train / val / test databuffer
commit
|
commitdiff
|
tree
|
snapshot
2021-07-15
Jihoon Lee
[dataset] Clean up dataset enums
commit
|
commitdiff
|
tree
|
snapshot
2021-07-14
Jihoon Lee
[dataset] Remove label data
commit
|
commitdiff
|
tree
|
snapshot
2021-07-14
Jihoon Lee
[CAPI] Propose save/load api
commit
|
commitdiff
|
tree
|
snapshot
2021-07-14
Jihoon Lee
[CAPI] Propose dataset api sets
commit
|
commitdiff
|
tree
|
snapshot
2021-07-13
Jihoon Lee
[Pooling] Apply padding property
commit
|
commitdiff
|
tree
|
snapshot
2021-07-13
Jihoon Lee
[Conv2D] Apply padding props to conv2d
commit
|
commitdiff
|
tree
|
snapshot
2021-07-13
Parichay Kapoor
[spec/pkg] Bugfix for dependency
commit
|
commitdiff
|
tree
|
snapshot
2021-07-13
Jihoon Lee
[Padding] Add padding compute function
commit
|
commitdiff
|
tree
|
snapshot
2021-07-13
Jihoon Lee
[CAPI] Add ml_train_model_get_input|output_dims
commit
|
commitdiff
|
tree
|
snapshot
2021-07-13
Jihoon Lee
[Resnet] Sync resnet app with validated model
commit
|
commitdiff
|
tree
|
snapshot
2021-07-12
Jihoon Lee
[Padding] Add padding verification
commit
|
commitdiff
|
tree
|
snapshot
2021-07-09
Jihoon Lee
[Fix] File name sanitization
commit
|
commitdiff
|
tree
|
snapshot
2021-07-07
Jihoon Lee
[docs] Add readme for resnet
commit
|
commitdiff
|
tree
|
snapshot
2021-07-07
Jihoon Lee
[Padding] Add padding2d prop header
commit
|
commitdiff
|
tree
|
snapshot
2021-07-07
Jihoon Lee
[Fix] Weight initializer stddev calculation
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Jihoon Lee
[Resnet] Connect the model with cifar100
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Jihoon Lee
[Test/Bn] Add conv2d model test
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Jihoon Lee
[resnet] Implement test run to resnet
commit
|
commitdiff
|
tree
|
snapshot
2021-07-02
jijoong.moon
[ Recurrent ] Implement Dropout for Recurrent Net
commit
|
commitdiff
|
tree
|
snapshot
2021-07-01
Jihoon Lee
[Fix/trivial] Change rpm group description
commit
|
commitdiff
|
tree
|
snapshot
2021-07-01
Jihoon Lee
[Resnet] Create resnet model
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Jihoon Lee
[Resnet/skeleton] Add helper functions
commit
|
commitdiff
|
tree
|
snapshot
2021-06-28
Jihoon Lee
[Skeleton] Add resnet application skeleton
commit
|
commitdiff
|
tree
|
snapshot
2021-06-25
hyeonseok lee
[Fix] coverity, svace issues
commit
|
commitdiff
|
tree
|
snapshot
2021-06-25
Jihoon Lee
[CustomLoss] Update example
commit
|
commitdiff
|
tree
|
snapshot
2021-06-24
Jihoon Lee
[CustomLoss] Implement mae loss layer
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[layer_v2] Fixes to merge layer_v2 with main branch
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Jihoon Lee
[LayerNode] Change flatten and distribute to prop
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
hyeonseok lee
[Optimizer] Implement getOptimizerVariableDim
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Jihoon Lee
[LayerNode] Add layer(devel) to the node
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Jihoon Lee
[AppContext] Integrate layer-devel
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[manager] Support initialization/allocation of weights
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[network] Remove check for double activation
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[layercontext] Minor bugfix for layer context
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[networkgraph] Network graph updated for Layer V2
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Jihoon Lee
[Test/Prepare] Add layer semantics test
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Jihoon Lee
[Layer] Add trainable prop
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[manager] Add support for request Inputs/outputs
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
hyeonseok lee
[layer-internal] refactoring weight, input, output...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[graph] Support creating RunLayerContext
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[manager] Add support for request Inputs/outputs
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Jihoon Lee
[Properties] Add float and boolean cases
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Jihoon Lee
[Props] Add concept of empty to property
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Jihoon Lee
[Layer] Scaffold layer impl
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Jihoon Lee
[Layer] Add const to the layer::getName()
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
hyeonseok lee
[layer-internal] refactoring getInputDimension getOutpu...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[neuralnet] Bug fix for graph usage
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[graph] Remove non-const iterators
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[graph] Graph iterator for sorted and unsorted
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[graph] Update node_names to unordered_set
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[graph] Make adjacency list lazily
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[manager] Support request Tensors and Weights
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
hyeonseok lee
[layer_internal] refactoring read, save
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Jihoon Lee
[Test/Scaffolding] Prepare test for the new layer
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Jihoon Lee
[Refactor] s/Layer/LayerV1
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[context] Layer context creation scaffolding
commit
|
commitdiff
|
tree
|
snapshot
2021-06-23
Parichay Kapoor
[addition] Bug fix addition layer calcDerivative
commit
|
commitdiff
|
tree
|
snapshot
2021-06-22
Jihoon Lee
[Plugin/Test] Add preset plugin for general test
commit
|
commitdiff
|
tree
|
snapshot
2021-06-18
Jihoon Lee
[Custom/Loss] Add scaffolding for loss example
commit
|
commitdiff
|
tree
|
snapshot
2021-06-18
Jihoon Lee
[CC17] Update type to inline static
commit
|
commitdiff
|
tree
|
snapshot
2021-06-17
jijoong.moon
[ GRU ] Add GRU Unittest
commit
|
commitdiff
|
tree
|
snapshot
2021-06-17
jijoong.moon
[ Recurrent ] Fix activation type
commit
|
commitdiff
|
tree
|
snapshot
next