Closed kahlep closed 6 years ago
There is no value written to the Job parameters in the database and the training job crashes with NullpointerException. This occurs since CITlabHtrTrainConfig defaults to trainSize = null. It seems the form field in the dialog is never read.
CITlabHtrTrainConfig
trainSize = null
There is no value written to the Job parameters in the database and the training job crashes with NullpointerException. This occurs since
CITlabHtrTrainConfig
defaults totrainSize = null
. It seems the form field in the dialog is never read.