Expose real train artifacts in dashboard
This commit is contained in:
@@ -279,9 +279,11 @@ image/txt pair, generates `dataset.yaml`, runs one CPU epoch through
|
||||
`yolo.train_custom`, verifies `results.csv` and `best.pt`, then uses that
|
||||
trained checkpoint for prediction and GradCAM heatmap jobs. The latest report
|
||||
is available from `GET /api/acceptance/real-train/latest` and is shown in the
|
||||
coverage panel as `真实短训`. This is heavier than the real-data predict
|
||||
acceptance, so run it when you want proof that real uploaded data can create
|
||||
loss curves, trained weights, segmentation previews, and heatmap artifacts.
|
||||
coverage panel as `真实短训`, including direct links to the generated `best.pt`,
|
||||
`results.csv`, prediction preview, and heatmap images. This is heavier than
|
||||
the real-data predict acceptance, so run it when you want proof that real
|
||||
uploaded data can create loss curves, trained weights, segmentation previews,
|
||||
and heatmap artifacts.
|
||||
|
||||
For stronger runtime proof, `POST /api/acceptance/deep` runs minimal training
|
||||
loops for the three model families: one SegModel optimizer step, one YOLO
|
||||
|
||||
Reference in New Issue
Block a user