Feeds
質問
in MATLAB code during CNN network, I would like to build network with image and signal input layers, but the concatenate layer gives me an error, such as," input in concatenat
in MATLAB code during CNN network, I would like to build network with image and signal input layers, but the concatenate layer g...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Hi, how do I fix the error please? i would like to build model with both sequance and image input layers, thanks
lgraph = layerGraph(); tempLayers = [ imageInputLayer([25 1 1],"Name","imageinput") convolution2dLayer([3 1],32,"Name...
2年以上 前 | 1 件の回答 | 0
