[Fix/Bug] NeuralNet check save path
authorJihoon Lee <jhoon.it.lee@samsung.com>
Thu, 28 Jan 2021 12:14:10 +0000 (21:14 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 2 Mar 2021 06:08:50 +0000 (15:08 +0900)
commit6bbb3b794eca0f8e2b8dbc193b87b84b313a5c8c
treec55a2239488a93a56ccde7dfcae0a042a1906383
parent45bd62d107253e63d29ce17fad49af7094c089ed
[Fix/Bug] NeuralNet check save path

Add a check to see if save_path is valid if not, issue a warning

**Semantic changes:**
From this patch, default save path is gone

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
Applications/MNIST/jni/main.cpp
nntrainer/models/model_loader.cpp
nntrainer/models/neuralnet.cpp