Creating DAG Network with split inputs and creating data store

4 ビュー (過去 30 日間)
Thyagharajan K K
Thyagharajan K K 2020 年 5 月 9 日
I have created a DAG network as shown here. I am giving data of 1x11x4 in TIFF format. I get the following error message
Error using trainNetwork (line 154)
Invalid network.
Error in LeafDAGMultinput (line 184)
kkt_net = trainNetwork(imdsTrain,layers,opts); %data, layers, global training options
Caused by:
Layer 'input_stream_1': Missing input. Each layer input must be connected to the output of another layer.
Detected missing inputs:
input 'in2'
input 'in3'
Layer 'FCs_Connected': Missing input. Each layer input must be connected to the output of another layer.
Detected missing inputs:
input 'in2'
How can I correct it?

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by