Feeds
답변 있음
How to Increase Alexnet Image Input layer Image size?
can you change the input by use this code net = alexnet; layersTransfer = net.Layers(2:end-3); layers = [ imageInputLaye...
How to Increase Alexnet Image Input layer Image size?
can you change the input by use this code net = alexnet; layersTransfer = net.Layers(2:end-3); layers = [ imageInputLaye...
거의 6년 전 | 0
질문
how can i add feature map to the CNN before fullyConnectedLayer ?
layers = [ imageInputLayer([width,height,channels]); %'DataAugmentation', 'none'); %'Normalization', 'none'); convolution2dLay...
거의 7년 전 | 답변 수: 1 | 0

