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 years 前 | 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 years 前 | 1 个回答 | 0
 
        