Why does multiple inputs with "sequenceInputLayer" return an error?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!