Can 'ValidationData' be used when training Semantic Segmentation?
Afficher commentaires plus anciens
How can validation data be used with Semantic Segmentation networks?
I have tried the following:
datasourceTest = pixelLabelImageSource( imdsTest, pxdsTest);
and under training options I have added in:
'ValidationData',datasourceTest,...
but I get the following:
Error using trainingOptions (line 187) The value of 'ValidationData' is invalid. Validation data must be a table, an ImageDatastore, or a cell array with input data and responses. Error in training (line 27) options = trainingOptions('sgdm', ...
Réponses (1)
Tony Mackenzie
le 5 Fév 2018
1 vote
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!