필터 지우기
필터 지우기

dlnetwork with two inputs

조회 수: 8 (최근 30일)
Hasan Zan
Hasan Zan 2019년 12월 5일
답변: Sourav Bairagya 2019년 12월 9일
Hi,
Since dlnetwork does not support network with two inputs, how I can convert the network (with hundreds of layers) to dlnetwork.
Thanks

답변 (1개)

Sourav Bairagya
Sourav Bairagya 2019년 12월 9일
Currently, to build 'dlnetwork' object, network must contain only one input layer. Hence, in current framework you cannot convert your network with two separate inputs into 'dlnetwork' object.
However, you can use CombinedDatastore or can create your custom layer which is able to take multiple input. You can follow this link to get an idea how custom layers can be written.
You can also leverage this link to create your layer graph and then convert that into a dlnetwork object.

카테고리

Help CenterFile Exchange에서 Build Deep Neural Networks에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by