photo

Zhengyun Jiang


Last seen: 3年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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 ...

3年弱 前 | 1 件の回答 | 1

1

回答

質問


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...

3年以上 前 | 1 件の回答 | 0

1

回答