[ API ] Train API with data files
Now two Options for the Train are available.
- ml_nnmodel_train_with_file(ml_nnmodel_h)
: Suppose every parameters are set from configuraiton and data
files ( Training : mandatory , Validataion : optional, Test :
optional )
- ml_nnmodel_train_with_file(ml_nnmodel_h, ...)
: Suppose using APIs for the set up the network configuration and
Network hyper parameters are given by arguments (key = value
format )
**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped
Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
14 files changed: