How to create a multiple-branch CNN model?
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
EZEQUIEL DE LA ROSA
le 23 Fév 2018
Réponse apportée : Kenta
le 8 Juin 2020
Dear Coleagues,
I am trying to create a double-branch CNN, where each branch will receive as input a different image (i.e., each branch has its own 'InputLayer'). I want these two branches (with their layers) to be merged at the end, by means of a common fully-connected-layer. I was trying to implement it using the DAG Network. However, when using addLayers function, it gives me an error saying Layer graphs can contain only one input layer.
Is there any other way to create multiple-branch CNNS in Matlab? Any possibility to use DAG Networks receiving more than one inputLayer?
Thank you all. Ezequiel.
0 commentaires
Réponse acceptée
Kenta
le 8 Juin 2020
Hi, I think what you would like to do is shown above.
Other CNN architechture examples that accept multi-input layers were below. Hope it helpes you.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!