Multi-output network design in "Deep Network Designer"
11 views (last 30 days)
Show older comments
Hi,
Is it possible to design single input/multi output network in Deep Network Designer"? If so, is there any example to show this case.
Accepted Answer
Yomna Genina
on 19 Aug 2021
It is possible to design a multi-output network in Deep Network Designer, however it is not possible to train it using Deep Network Designer as training multi-output networks is not support with trainNetwork.
To train a multi-output network, you could build the network first using Deep Network Designer then export the network to workspace, then convert the layer graph to a dlnetwork and use custom training to train it.
Here is an example on creating a multi-output layer graph, converting the layer graph to dlnetwork then using custom training to train the multi-output network:
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!