Jihoon Lee
Jihoon Lee
**Is your feature request related to a problem? Please describe.** File name can be built easily non-portable way. For example, in windows, file names with `\` is prohibited, when this...
## Dependency of the PR ## Commits to be reviewed in this PR [custom] expose optimizer example This patch exposes optimizer example. This patch is just copy & paste for...
There is no way to access some metrics or notification when each iteration ends. Adding a callback that will be called on each iteration ends (or epoch ends) to a...
- Add simple bin header to check version - Save/load optimizer weights
https://github.com/nnstreamer/nntrainer/blob/f26937ee48243bb099edd37538d90054cd735d3d/nntrainer/layers/layer_context.h#L144-L145 above todo is critical when guaranteeing serialized weight layout, without those kind of deterministic assumption, we cannot load weight outside context of layer. eg) fully connected layer has weight...
It's about time to open/fixate model C++ API. We need list of things which should be supported. ### 1. Modification - list to be added ### 2. Enhancement - some...
As we are having output that is being dangled, we have to manually set the incoming derivative to zero for this case. Later we can have a 'constant' (RV of...
current neuralnet::addWIthReferenceLayers becomes too complicated that it is impossible to understand, this thread discuss how to untangle a bit to make it more intuitive + some missing functionalities needed 1....
Now we are in need of identity layer(do nothing flow everything). This is specifically to solve the issue addressed here https://github.com/nnstreamer/nntrainer/commit/e76a186c8b4a7bea1d8d30ffd9f208cfd2ec78e8#r62007856 ``` A -> outputs ->(a0, a1) B -> outputs...
1. Checkout delayed items from #1033 2. related to #1516, add support for `ml_train_set_compile_properties()`, `ml_train_set_run_properties()` officially to overcome var_args limitation. documentation 1. ini inference default behavior https://github.com/nnstreamer/nntrainer/pull/1711#discussion_r755199205