trainYOLOv​2ObjectDet​ector Validation data option

1 vue (au cours des 30 derniers jours)
David Thomas
David Thomas le 10 Jan 2020
Commenté : David Thomas le 13 Jan 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...

Réponse acceptée

Srivardhan Gadila
Srivardhan Gadila le 13 Jan 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.

Plus de réponses (0)

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by