Classify Sequence using a Trained LSTM network - Error
1 次查看(过去 30 天)
显示 更早的评论
Hi eveybody. I cannot solve this error :
Error using nnet.internal.cnn.util.NetworkDataValidator/assertValidSequenceInput (line 339)
Invalid prediction data. Predictors must be a N-by-1 cell array of sequences, where N is the number of sequences. All sequences must have
the same feature dimension and at least one time step.
I used already the same network and it work definitly fine. Now I have just loaded the trained network, and when I am trying to classify I get this error. I have tried already to convert the 2x2048 array in a cell but the error still appear. Any suggestion?
Thanks
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!