Creating DAG Network with split inputs and creating data store

1 view (last 30 days)
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?

Answers (0)

Community Treasure Hunt

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

Start Hunting!