Creating DAG Network with split inputs and creating data store
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!