Error in dlarray function
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I keep on receiving this message everytime I have tried to use dlarray function. For e.g. for a simple code as
numFeatures = 10;
numObservations = 32;
sequenceLength = 64;
X = dlarray(randn(numFeatures,numObservations,sequenceLength), 'CBT');
I always get this message;
Check for missing argument or incorrect argument data type in call to function 'dropTrailingODims'.
However, if I tried to use a built-in code (like using live script for an example that uses dlarray), it seems to be working fine.
I am using r2020a by the way.
Thanks
2 comentarios
Respuestas (1)
Raynier Suresh
el 16 de Feb. de 2021
Hi, I am unable to reproduce this at my end. It would be useful for investigation if you can provide the entire workflow and the complete error message.
0 comentarios
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!