dlnetwork with two inputs
17 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
Since dlnetwork does not support network with two inputs, how I can convert the network (with hundreds of layers) to dlnetwork.
Thanks
0 Kommentare
Antworten (1)
Sourav Bairagya
am 9 Dez. 2019
Currently, to build 'dlnetwork' object, network must contain only one input layer. Hence, in current framework you cannot convert your network with two separate inputs into 'dlnetwork' object.
However, you can use CombinedDatastore or can create your custom layer which is able to take multiple input. You can follow this link to get an idea how custom layers can be written.
You can also leverage this link to create your layer graph and then convert that into a dlnetwork object.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!