Borrar filtros
Borrar filtros

Creating DAG Network with split inputs and creating data store

1 visualización (últimos 30 días)
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?

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by