My training data is in a cell array whilst my labels are a categorical array although I still get invalid training data error
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Javier Castillo
el 22 de Sept. de 2021
Respondida: Anshika Chaurasia
el 4 de Oct. de 2021
I am trying to experiment with our CNN structure using a sequence input, with a dataset of 360x1 cell consisting of 64x769 arrays
64 = Channels
Dataset:
And this is our label data in a categorical array:
and this is the error I am getting
Error using trainNetwork (line 184)
Invalid training data. Responses must be a cell array of categorical response sequences.
Although I am using a categorical array it still outputs this error which is very confusing.
0 comentarios
Respuesta aceptada
Anshika Chaurasia
el 4 de Oct. de 2021
Hi,
As mention in error: Responses should be cell array of categorical datatype. Hence, the response should like this:
For more information refer to following documentations:
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!