Creating DAG Network with split inputs and creating data store
4 ビュー (過去 30 日間)
古いコメントを表示

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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!