write_dl_model
— Write a deep learning model in a file.
write_dl_model( : : DLModelHandle, FileName : )
write_dl_model
writes the deep learning model
DLModelHandle
to the file given by FileName
.
Please note that the values of the runtime specific parameters 'gpu' ,
'runtime' , and 'runtime_init' are not written.
The default HALCON file extension for deep learning models is
'.hdl'
.
The model can be read with read_dl_model
.
For further explanations to deep learning models in HALCON, see the chapter Deep Learning / Model.
DLModelHandle
(input_control) dl_model →
(handle)
Handle of the deep learning model.
FileName
(input_control) filename.write →
(string)
Filename
File extension:
.hdl
If the parameters are valid, the operator write_dl_model
returns the value 2 (
H_MSG_TRUE)
. If necessary, an exception is raised.
read_dl_model
,
train_dl_model_batch
,
train_dl_model_anomaly_dataset
,
set_dl_model_param
Foundation. This operator uses dynamic licensing (see the 'Installation Guide'). Which of the following modules is required depends on the specific usage of the operator:
3D Metrology, OCR/OCV, Matching, Deep Learning Enhanced, Deep Learning Professional