move model retrain to runners closes #94
This commit is contained in:
@@ -38,6 +38,7 @@ type TaskType int
|
||||
const (
|
||||
TASK_TYPE_CLASSIFICATION TaskType = 1 + iota
|
||||
TASK_TYPE_TRAINING
|
||||
TASK_TYPE_RETRAINING
|
||||
)
|
||||
|
||||
func (t Task) UpdateStatus(base BasePack, status TaskStatus, message string) (err error) {
|
||||
|
||||
Reference in New Issue
Block a user