how can i input data to CNN in sequence input layer
1 次查看(过去 30 天)
显示 更早的评论
Some one please help
How can i input multidimension data to CNN sequence input layer ?
Should it be cell array ?
0 个评论
回答(1 个)
Pratyush Roy
2022-1-17
Hi Neethu,
You are correct to mention that we can pass multidimensional data as cell array to sequenceInputLayer.
As mentioned in this documentation page, the input features is the cell array XTrain which contains 12-dimensional features of varying length. Similarly for other instances we can pass the data in a similar format.
Hope this helps!
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!