Operators |
get_dl_classifier_train_result — Return the results for the single training step of a deep-learning-based classifier.
get_dl_classifier_train_result( : : DLClassifierTrainResultHandle, GenParamName : GenParamValue)
get_dl_classifier_train_result returns the value 'GenParamValue' of the result 'GenParamName' of a deep learning training handle DLClassifierTrainResultHandle.
The options for 'GenParamValue' are the following:
Current value of the loss function. See train_dl_classifier_batch for a detailed explanation of the loss function.
For an explanation of the concept of deep-learning-based classification see the introduction of chapter Deep Learning / Classification.
Handle of the training results from the deep-learning-based classifier.
Name of the generic parameter.
Default value: 'loss'
List of values: 'loss'
Value of the generic parameter.
If the parameters are valid, the operator get_dl_classifier_train_result returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
clear_dl_classifier_train_result
Deep Learning Training
Operators |