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
