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

