Importing two pretrained networks in Deep Network Designer

3 views (last 30 days)
It is possible to do transfer learning by importing any pretained model in deep network designer and then removing its last three layers and adding these layers according to our requirements.
But can I import two pretrained networks like alex net and vgg16 in deep network designer and the use their pretrained weights to construct a new hybrid network with the do classification using it

Answers (1)

Yomna Genina
Yomna Genina on 19 Aug 2021
It is possible to add a network to an already existing network in Deep Network Designer starting from R2020b.
This is an example which demonstrates adding a custom layer to an existing network in Deep Network Designer: https://www.mathworks.com/help/releases/R2020b/deeplearning/ug/import-custom-layer-into-deep-network-designer.html

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!