- NaN or Inf Values: Your labels might contain NaN (Not a Number) or Inf (Infinity) values, which are considered undefined.
- Missing Values: There might be missing values in your labels that are not properly handled.
- Incorrect Data Types: The labels might not be in the expected data type (e.g., they are strings instead of numeric values).
- Normalization Issue: The normalization process might have introduced undefined values into the labels.
Occurence of labels with undefined values in numeric datsets
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm training network for a numeric datasets...during training stage, i have an error that" invalid training data.Labels must not contain undefined values"....But may dataset is defined and normalized..... what may be the reason for error
0 Kommentare
Antworten (1)
Mathy
am 9 Aug. 2024
Hi Kaviya,
These errors might appear for the following reasons:
Potential Reasons
You can also take a look at this MATLAB Answer: https://www.mathworks.com/matlabcentral/answers/505220-invalid-training-data-labels-must-not-contain-undefined-values
Hope this helps!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB 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!