trainYOLOv​2ObjectDet​ector Validation data option

1 visualización (últimos 30 días)
David Thomas
David Thomas el 10 de En. de 2020
Comentada: David Thomas el 13 de En. de 2020
How does the trainYOLOv2ObjectDetector validate the network weights during training? There appears to be no way to give it validation data (only training data). Does it split the training data into training/validation during training?
From the documentation;
The trainYOLOv2ObjectDetector function does not support these training options:
  • ...The ValidationData, ValidationFrequency, or ValidationPatience training options...

Respuesta aceptada

Srivardhan Gadila
Srivardhan Gadila el 13 de En. de 2020
As mentioned in the options, trainYOLOv2ObjectDetector doesn't support validation data for training options.
It doesn't split the training data into training/validation during training instead it displays the training metrics of the corresponding mini-batch of the training data it is being trained on.
This is a known issue and the mentioned training options might be available in the future releases.

Más respuestas (0)

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by