Image Classification Model Fitting Issue
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am working with multi-categories Image classification model.
I have X(image data) with shape ( 440, 800, 800, 1) and Y(label data) with shape (440, 5 )
when I am trying to fit it in the Model(sequential model) I'm getting this error:
InvalidArgumentError: logits and labels must have the same first dimension, got logits shape [32,1] and labels shape [160]
If anyone can help me with this..
Thanks in advance.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!