How to create 1d image input layer to use convolution1dLayer?
显示 更早的评论
I am trying to use convolution1dLayer on 1D image inputs. The documentation of convolution1dLayer says
- For 1-D image input (data with three dimensions corresponding to the spatial pixels, channels, and observations), the layer convolves over the spatial dimension.
So its input format is "SCB". However, I didn't find an inputlayer that output data in the "SCB" format. The imageInputLayer can only output data in "SSCB". How should I input my 1D-image data to feed into convolution1dLayer? Many thanks for any helps in advance!
Best,
Xiaohao
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Built-In Layers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!