EDeepLearningTool::Save

Saves the settings, inference and training model of the deep learning tool.
The given ESerializer must have been created for writing.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void Save(
   const std::string& filePath,
   bool includeTrainingModel
)

void Save(
   ESerializer* serializer,
   bool includeTrainingModel
)

Parameters

filePath

File path.

includeTrainingModel

Whether to save the training model. The training model is required to continue training the tool.

serializer

Pointer to the ESerializer created for writing.

EDeepLearningTool.Save

Saves the settings, inference and training model of the deep learning tool.
The given ESerializer must have been created for writing.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void Save(
   string filePath,
   bool includeTrainingModel
)

void Save(
   Euresys.Open_eVision.ESerializer serializer,
   bool includeTrainingModel
)

Parameters

filePath

File path.

includeTrainingModel

Whether to save the training model. The training model is required to continue training the tool.

serializer

Pointer to the ESerializer created for writing.