|
@@ -632,7 +632,7 @@ func TrainJobGetLog(ctx *context.Context) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
ctx.Data["log"] = result |
|
|
ctx.Data["log"] = result |
|
|
ctx.HTML(http.StatusOK, tplModelArtsTrainJobShow) |
|
|
|
|
|
|
|
|
//ctx.HTML(http.StatusOK, tplModelArtsTrainJobShow) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func trainJobGetLog(jobID string) (*models.GetTrainJobLogFileNamesResult, *models.GetTrainJobLogResult, error){ |
|
|
func trainJobGetLog(jobID string) (*models.GetTrainJobLogFileNamesResult, *models.GetTrainJobLogResult, error){ |
|
|