Check for missing argument or incorrect argument data type in call to function 'predict'
Afficher commentaires plus anciens
F1 = predict(dlnet,dlX1);
this function call triggers this error: Check for missing argument or incorrect argument data type in call to function 'predict'. These are the variables involved:
dlnet: [1×1 dlnetwork]
dlX1: 224(S) × 224(S) × 1(C) × 1(B) single gpuArray dlarray
Cannot understand what I'm doing wrong
Réponses (1)
Gaurav Garg
le 9 Juin 2020
0 votes
Hi Alessandro
The data types of the 2 arguments for predict function should be -
- A ClassificationTree or CompactClassificationTree model object,
- table or double or single
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!