Why does multiple inputs with "sequenceInputLayer" return an error?
显示 更早的评论
I am trying to build a neural network with multiple inputs. The first input is an “imageInputlayer” with 3 channels (6 x 6 x 3) followed by some convolution and ReLU layers. The second input is a “sequenceInputLayer” which takes a vector input (3 x 1). This architecture is based on the following MATLAB Answers post:
When I try to train the network, I get the following error:
“Invalid Input layers. If the network has a sequence input layer, then it must not have any other input layer.”
Is there a workaround for this error?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!