Why does multiple inputs with "sequenceInputLayer" return an error?
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!