フィルターのクリア

Multi-output network design in "Deep Network Designer"

6 ビュー (過去 30 日間)
Samen P
Samen P 2021 年 8 月 5 日
回答済み: Yomna Genina 2021 年 8 月 19 日
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.
  2 件のコメント
KSSV
KSSV 2021 年 8 月 5 日
What is your problem? Wha for you are targetting Deep Learning?
Samen P
Samen P 2021 年 8 月 5 日
I am using 2d spectrograms and have 10 outputs where each one could be 0 and 1. It is possible that more than one output be 1.

サインインしてコメントする。

採用された回答

Yomna Genina
Yomna Genina 2021 年 8 月 19 日
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 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by