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!