feat(training): track and display CER per training run
After each training run, the Character Error Rate (CER = 1 - accuracy), loss, accuracy, and epoch count are now stored on the OcrTrainingRun record and shown in the training history table. Also adds the missing POST /api/ocr/segtrain endpoint and the triggerSegTraining service method so the segmentation training card can actually trigger training. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -550,6 +550,7 @@
|
||||
"training_history_col_status": "Estado",
|
||||
"training_history_col_blocks": "Bloques",
|
||||
"training_history_col_docs": "Documentos",
|
||||
"training_history_col_cer": "Tasa de error",
|
||||
"training_status_done": "Listo",
|
||||
"training_status_failed": "Error",
|
||||
"training_status_running": "Ejecutando…",
|
||||
|
||||
Reference in New Issue
Block a user