How to split test and train data manually?

3 visualizaciones (últimos 30 días)
Leonidas Daedalus
Leonidas Daedalus el 21 de Dic. de 2018
I have 3 folders, I want the 2 folders for my training and 1 folder for my testing. But my code seems only to recognize the traindata set.
train = audioDatastore("C:\Users\aleo1\Desktop\Dataset",...
'IncludeSubfolders', true,...
'FileExtensions', '.wav',...
'LabelSource','foldernames')
test = audioDatastore("C:\Users\aleo1\Desktop\Dataset2",...
'IncludeSubfolders', true,...
'FileExtensions', '.wav',...
'LabelSource','foldernames')
[trainDatastore] =(train);
[testDatastore] = (test);
trainDatastore
trainDatastoreCount = countEachLabel(trainDatastore)
testDatastore
testDatastoreCount = countEachLabel(testDatastore)

Respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by