NTSTOOL load data error

조회 수: 3 (최근 30일)
J.FENG
J.FENG 2023년 8월 4일
답변: TARUN 2025년 2월 28일
I was supposed to use ntstool to training some data, but I meet some problem when I load the training data. it shows me this error, and I cannot click 'Next' button. How can I solve this problem ?

답변 (1개)

TARUN
TARUN 2025년 2월 28일
Hi @J.FENG,
This issue is likely because the tool is unable to render the data preview due to its size or format, which prevents you from moving forward.
Here are some steps you can take to solve this issue:
  1. Check Data size: If your dataset is too large, try reducing its size by filtering or preprocessing it before loading it into ntstool.
  2. Data Format: Make sure your data is in a compatible format that ntstool can process (such as CSV, Excel, or other supported formats).
  3. Increase Java Heap Memory: In MATLAB, you can increase the Java heap space by going to Preferences > MATLAB > General > Java Heap Memory and increase the allocation.
  4. Subset of Data: Consider splitting your data into smaller chunks and processing them individually.
Refer to the documentation of ntstool for more information: https://www.mathworks.com/help/deeplearning/ref/ntstool.html?s_tid=answers_rc2-2_p5_MLT

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by