photo

Zhengyun Jiang


Last seen: bijna 3 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


create a new deep learning network with two inputs, one is imageinput, the other is sequence input, but deep learning network analyzer makes error that Incompatible layer type
lgraph = layerGraph(); tempLayers = [ sequenceInputLayer(1,"Name","sequence") lstmLayer(128,"Name","lstm")]; lgraph ...

bijna 3 jaar ago | 1 answer | 1

1

answer

Question


how to install a network structure with two input,one is imageinput,the other is sequence input?
I want to improve the performance of a CNN network. So I add a sequencial input(which is match with the CNN image input), and tr...

meer dan 3 jaar ago | 1 answer | 0

1

answer