필터 지우기
필터 지우기

load matrix from .mat files into neural designer

조회 수: 2 (최근 30일)
Rémi Grisot
Rémi Grisot 2020년 7월 6일
Hi!
I'm using Neural Designer to build my NN. My input data are 2d matrix. I saved them into .mat files from numpy.
I found how to read them from command line:
train_struct = load('train.mat')
And then, to get the matrix :
X_train = train_struct.train
Now I want to use these data in the Neural Designer. I splitted data so that each class is in a separate subfolder, however when I do 'Import data' then select folder I get the following error : "Invalid image folder". I think this is because I have .mat files and not images. Is there a way to use Neural Designer with such data?
Thank you!

답변 (0개)

카테고리

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

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by