Occurence of labels with undefined values in numeric datsets

조회 수: 1 (최근 30일)
Kaviya Meena
Kaviya Meena 2022년 6월 7일
답변: Amith 2024년 8월 9일
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

답변 (1개)

Amith
Amith 2024년 8월 9일
Hi Kaviya,
These errors might appear for the following reasons:
Potential Reasons
  1. NaN or Inf Values: Your labels might contain NaN (Not a Number) or Inf (Infinity) values, which are considered undefined.
  2. Missing Values: There might be missing values in your labels that are not properly handled.
  3. Incorrect Data Types: The labels might not be in the expected data type (e.g., they are strings instead of numeric values).
  4. Normalization Issue: The normalization process might have introduced undefined values into the labels.
Hope this helps!

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by