How to reuse activations of two concatenated layers into a new one
Mostra commenti meno recenti
I have two streams pre-trained networks (alexnet), I got the activations from the conv5 layer (for the two stream), then, concatenate the training feature for each stream and also the testing features as a mat file. the dimension of the output of the conv5 is 18462x43682 which will be 18462x87364.
Now I just want to feed the concatenated features into new layers ending with fully connected and classification layer.
1- should I use a new network and feed the concatenated features as an input. or using one of the old networks? 2- how to get the activations which have huge dimension after concatenation to the next layer?

Many Thanks
7 Commenti
Ben Hur
il 16 Nov 2017
Ben Hur
il 16 Nov 2017
Ben Hur
il 16 Nov 2017
Ben Hur
il 16 Nov 2017
Ben Hur
il 16 Nov 2017
Meiyan Huang
il 5 Mar 2018
I have the same problem. Do you solve it? If so, could you please tell me? Many thanks!
Kenta
il 29 Mar 2020
This demo shows what you want to do or what is similar to that.
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!