[tensor_trainer] Add load_model_path to GstTensorTrainerProperties
authorhyunil park <hyunil46.park@samsung.com>
Thu, 27 Jul 2023 06:54:04 +0000 (15:54 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 3 Aug 2023 04:44:23 +0000 (13:44 +0900)
commit8e7589e7d1cad8c0638e7fbb10478eb2f1397c51
tree1f96acb3cf83b4770b2c29d512c36e232ca32a97
parent03192b1138d97ba709cc2c7d32fb85bc865e1d06
[tensor_trainer] Add load_model_path to GstTensorTrainerProperties

- Add model_load_path to load an existing model to use for training a new model
- Add model_load_path property to tensor_trainer

Signed-off-by: hyunil park <hyunil46.park@samsung.com>
gst/nnstreamer/elements/gsttensor_trainer.c
gst/nnstreamer/elements/gsttensor_trainer.h
gst/nnstreamer/include/nnstreamer_plugin_api_trainer.h
tests/nnstreamer_trainer/unittest_trainer.cc