Transkribus / TranskribusSwtGui

Note: the repo has been moved to https://gitlab.com/readcoop/Transkribus/TranskribusSwtGui
GNU General Public License v3.0
18 stars 4 forks source link

Text2Image Training Dialog: train size per epoch value is ignored in training #228

Closed kahlep closed 6 years ago

kahlep commented 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.